Amazon.ECS.Model.PromotionBenefit.WithCeiling C# (CSharp) Method

WithCeiling() public method

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