@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)
`AWS::BillingConductor::PricingPlan.Description`.
|
CfnPricingPlan.Builder |
name(String name)
`AWS::BillingConductor::PricingPlan.Name`.
|
CfnPricingPlan.Builder |
pricingRuleArns(List<String> pricingRuleArns)
`AWS::BillingConductor::PricingPlan.PricingRuleArns`.
|
@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 - `AWS::BillingConductor::PricingPlan.Name`. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan.Builder description(String description)
description - `AWS::BillingConductor::PricingPlan.Description`. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan.Builder pricingRuleArns(List<String> pricingRuleArns)
pricingRuleArns - `AWS::BillingConductor::PricingPlan.PricingRuleArns`. This parameter is required.this@Stability(value=Stable) public CfnPricingPlan build()
build in interface software.amazon.jsii.Builder<CfnPricingPlan>Copyright © 2022. All rights reserved.