Amazon.ECS.Model.PromotionBenefit.WithCeiling C# (CSharp) Méthode

WithCeiling() public méthode

Sets the Ceiling property
public WithCeiling ( Price ceiling ) : PromotionBenefit
ceiling Price Ceiling property
Résultat PromotionBenefit
        public PromotionBenefit WithCeiling(Price ceiling)
        {
            this.ceilingField = ceiling;
            return this;
        }