@Stability(value=Stable) public static final class CfnPricingPlan.Builder extends Object implements software.amazon.jsii.Builder<CfnPricingPlan>
CfnPricingPlan.| Modifier and Type | Method and Description |
|---|---|
CfnPricingPlan |
build() |
static CfnPricingPlan.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPricingPlan.Builder |
description(String description)
The pricing plan description.
|
CfnPricingPlan.Builder |
name(String name)
The name of a pricing plan.
|
CfnPricingPlan.Builder |
pricingRuleArns(List<String> pricingRuleArns)
The `PricingRuleArns` that are associated with the Pricing Plan.
|
CfnPricingPlan.Builder |
tags(List<? extends CfnTag> tags)
`AWS::BillingConductor::PricingPlan.Tags`.
|
@Stability(value=Stable) public static CfnPricingPlan.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPricingPlan.Builder.@Stability(value=Stable) public CfnPricingPlan.Builder name(String name)
name - The name of a pricing plan. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan.Builder description(String description)
description - The pricing plan description. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan.Builder pricingRuleArns(List<String> pricingRuleArns)
pricingRuleArns - The `PricingRuleArns` that are associated with the Pricing Plan. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::BillingConductor::PricingPlan.Tags`. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan build()
build in interface software.amazon.jsii.Builder<CfnPricingPlan>Copyright © 2022. All rights reserved.