Class CfnBillingGroupPropsMixin.ComputationPreferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.billingconductor.mixins.CfnBillingGroupPropsMixin.ComputationPreferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBillingGroupPropsMixin.ComputationPreferenceProperty>
- Enclosing interface:
CfnBillingGroupPropsMixin.ComputationPreferenceProperty
@Stability(Stable)
public static final class CfnBillingGroupPropsMixin.ComputationPreferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBillingGroupPropsMixin.ComputationPreferenceProperty>
A builder for
CfnBillingGroupPropsMixin.ComputationPreferenceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.pricingPlanArn(String pricingPlanArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pricingPlanArn
@Stability(Stable) public CfnBillingGroupPropsMixin.ComputationPreferenceProperty.Builder pricingPlanArn(String pricingPlanArn) - Parameters:
pricingPlanArn- The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBillingGroupPropsMixin.ComputationPreferenceProperty>- Returns:
- a new instance of
CfnBillingGroupPropsMixin.ComputationPreferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-