Class PricingPlanReference.Builder
java.lang.Object
software.amazon.awscdk.services.billingconductor.PricingPlanReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PricingPlanReference>
- Enclosing interface:
PricingPlanReference
@Stability(Stable)
public static final class PricingPlanReference.Builder
extends Object
implements software.amazon.jsii.Builder<PricingPlanReference>
A builder for
PricingPlanReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.pricingPlanArn
(String pricingPlanArn) Sets the value ofPricingPlanReference.getPricingPlanArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pricingPlanArn
Sets the value ofPricingPlanReference.getPricingPlanArn()
- Parameters:
pricingPlanArn
- The Arn of the PricingPlan resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<PricingPlanReference>
- Returns:
- a new instance of
PricingPlanReference
- Throws:
NullPointerException
- if any required attribute was not provided
-