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