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

WithAssemblyInstructions() public method

Sets the AssemblyInstructions property
public WithAssemblyInstructions ( String assemblyInstructions ) : ItemAttributes
assemblyInstructions String AssemblyInstructions property
return ItemAttributes
        public ItemAttributes WithAssemblyInstructions(String assemblyInstructions)
        {
            this.assemblyInstructionsField = assemblyInstructions;
            return this;
        }
ItemAttributes