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