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

WithFabricType() public method

Sets the FabricType property
public WithFabricType ( String fabricType ) : ItemAttributes
fabricType String FabricType property
return ItemAttributes
        public ItemAttributes WithFabricType(String fabricType)
        {
            this.fabricTypeField = fabricType;
            return this;
        }
ItemAttributes