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

WithTotalParallelPorts() public method

Sets the TotalParallelPorts property
public WithTotalParallelPorts ( Decimal totalParallelPorts ) : ItemAttributes
totalParallelPorts Decimal TotalParallelPorts property
return ItemAttributes
        public ItemAttributes WithTotalParallelPorts(Decimal totalParallelPorts)
        {
            this.totalParallelPortsField = totalParallelPorts;
            return this;
        }
ItemAttributes