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