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

WithSupportedImageType() public method

Sets the SupportedImageType property
public WithSupportedImageType ( ) : ItemAttributes
return ItemAttributes
        public ItemAttributes WithSupportedImageType(params String[] list)
        {
            foreach (String item in list)
            {
                SupportedImageType.Add(item);
            }
            return this;
        }
ItemAttributes