Amazon.ECS.Model.MerchantItemAttributes.WithSecondaryCacheSize C# (CSharp) Method

WithSecondaryCacheSize() public method

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