Amazon.ECS.Model.ItemAttributes.WithHasBurstMode C# (CSharp) Method

WithHasBurstMode() public method

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