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

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

Sets the SecondaryCacheSize property
public WithSecondaryCacheSize ( NonNegativeIntegerWithUnits secondaryCacheSize ) : ItemAttributes
secondaryCacheSize NonNegativeIntegerWithUnits SecondaryCacheSize property
Результат ItemAttributes
        public ItemAttributes WithSecondaryCacheSize(NonNegativeIntegerWithUnits secondaryCacheSize)
        {
            this.secondaryCacheSizeField = secondaryCacheSize;
            return this;
        }
ItemAttributes