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