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

WithMaximumColorDepth() public method

Sets the MaximumColorDepth property
public WithMaximumColorDepth ( String maximumColorDepth ) : ItemAttributes
maximumColorDepth String MaximumColorDepth property
return ItemAttributes
        public ItemAttributes WithMaximumColorDepth(String maximumColorDepth)
        {
            this.maximumColorDepthField = maximumColorDepth;
            return this;
        }
ItemAttributes