Amazon.ECS.Model.ItemAttributes.WithHasBurstMode C# (CSharp) Méthode

WithHasBurstMode() public méthode

Sets the HasBurstMode property
public WithHasBurstMode ( Boolean hasBurstMode ) : ItemAttributes
hasBurstMode Boolean HasBurstMode property
Résultat ItemAttributes
        public ItemAttributes WithHasBurstMode(Boolean hasBurstMode)
        {
            this.hasBurstModeField = hasBurstMode;
            return this;
        }
ItemAttributes