Amazon.ECS.Model.MerchantItemAttributes.WithSecondaryCacheSize C# (CSharp) Méthode

WithSecondaryCacheSize() public méthode

Sets the SecondaryCacheSize property
public WithSecondaryCacheSize ( NonNegativeIntegerWithUnits secondaryCacheSize ) : MerchantItemAttributes
secondaryCacheSize NonNegativeIntegerWithUnits SecondaryCacheSize property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithSecondaryCacheSize(NonNegativeIntegerWithUnits secondaryCacheSize)
        {
            this.secondaryCacheSizeField = secondaryCacheSize;
            return this;
        }
MerchantItemAttributes