Amazon.ECS.Model.ItemAttributes.WithMaximumColorDepth C# (CSharp) 메소드

WithMaximumColorDepth() 공개 메소드

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