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