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

WithAnalogVideoFormat() public method

Sets the AnalogVideoFormat property
public WithAnalogVideoFormat ( String analogVideoFormat ) : ItemAttributes
analogVideoFormat String AnalogVideoFormat property
return ItemAttributes
        public ItemAttributes WithAnalogVideoFormat(String analogVideoFormat)
        {
            this.analogVideoFormatField = analogVideoFormat;
            return this;
        }
ItemAttributes