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