Amazon.ECS.Model.ItemAttributes.WithSystemMemorySizeMax C# (CSharp) Метод

WithSystemMemorySizeMax() публичный Метод

Sets the SystemMemorySizeMax property
public WithSystemMemorySizeMax ( DecimalWithUnits systemMemorySizeMax ) : ItemAttributes
systemMemorySizeMax DecimalWithUnits SystemMemorySizeMax property
Результат ItemAttributes
        public ItemAttributes WithSystemMemorySizeMax(DecimalWithUnits systemMemorySizeMax)
        {
            this.systemMemorySizeMaxField = systemMemorySizeMax;
            return this;
        }
ItemAttributes