Class CfnPricingPlanPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnPricingPlanPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPricingPlanPropsMixin>
- Enclosing class:
CfnPricingPlanPropsMixin
@Stability(Stable)
public static final class CfnPricingPlanPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPricingPlanPropsMixin>
A fluent builder for
CfnPricingPlanPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The pricing plan description.The name of a pricing plan.pricingRuleArns(List<String> pricingRuleArns) ThePricingRuleArnsthat are associated with the Pricing Plan.A map that contains tag keys and tag values that are attached to a pricing plan.
-
Method Details
-
create
@Stability(Stable) public static CfnPricingPlanPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPricingPlanPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPricingPlanPropsMixin.Builder.
-
description
The pricing plan description.- Parameters:
description- The pricing plan description. This parameter is required.- Returns:
this- See Also:
-
name
The name of a pricing plan.- Parameters:
name- The name of a pricing plan. This parameter is required.- Returns:
this- See Also:
-
pricingRuleArns
@Stability(Stable) public CfnPricingPlanPropsMixin.Builder pricingRuleArns(List<String> pricingRuleArns) ThePricingRuleArnsthat are associated with the Pricing Plan.- Parameters:
pricingRuleArns- ThePricingRuleArnsthat are associated with the Pricing Plan. This parameter is required.- Returns:
this- See Also:
-
tags
A map that contains tag keys and tag values that are attached to a pricing plan.- Parameters:
tags- A map that contains tag keys and tag values that are attached to a pricing plan. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPricingPlanPropsMixin>- Returns:
- a newly built instance of
CfnPricingPlanPropsMixin.
-