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