Amazon.ECS.Model.ItemAttributes.WithMaximumColorDepth C# (CSharp) Méthode

WithMaximumColorDepth() public méthode

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