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

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

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