Amazon.ECS.Model.ItemAttributes.WithDelayBetweenShots C# (CSharp) Метод

WithDelayBetweenShots() публичный Метод

Sets the DelayBetweenShots property
public WithDelayBetweenShots ( DecimalWithUnits delayBetweenShots ) : ItemAttributes
delayBetweenShots DecimalWithUnits DelayBetweenShots property
Результат ItemAttributes
        public ItemAttributes WithDelayBetweenShots(DecimalWithUnits delayBetweenShots)
        {
            this.delayBetweenShotsField = delayBetweenShots;
            return this;
        }
ItemAttributes