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

WithRecorderTrackCount() public method

Sets the RecorderTrackCount property
public WithRecorderTrackCount ( Decimal recorderTrackCount ) : ItemAttributes
recorderTrackCount Decimal RecorderTrackCount property
return ItemAttributes
        public ItemAttributes WithRecorderTrackCount(Decimal recorderTrackCount)
        {
            this.recorderTrackCountField = recorderTrackCount;
            return this;
        }
ItemAttributes