Class CfnBillScenarioPropsMixin.BillIntervalProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmpricingcalculator.CfnBillScenarioPropsMixin.BillIntervalProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBillScenarioPropsMixin.BillIntervalProperty>
- Enclosing interface:
CfnBillScenarioPropsMixin.BillIntervalProperty
@Stability(Stable)
public static final class CfnBillScenarioPropsMixin.BillIntervalProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBillScenarioPropsMixin.BillIntervalProperty>
A builder for
CfnBillScenarioPropsMixin.BillIntervalProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBillScenarioPropsMixin.BillIntervalProperty.getEnd()Sets the value ofCfnBillScenarioPropsMixin.BillIntervalProperty.getStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
Sets the value ofCfnBillScenarioPropsMixin.BillIntervalProperty.getEnd()- Parameters:
end- the value to be set.- Returns:
this
-
start
@Stability(Stable) public CfnBillScenarioPropsMixin.BillIntervalProperty.Builder start(String start) Sets the value ofCfnBillScenarioPropsMixin.BillIntervalProperty.getStart()- Parameters:
start- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBillScenarioPropsMixin.BillIntervalProperty>- Returns:
- a new instance of
CfnBillScenarioPropsMixin.BillIntervalProperty - Throws:
NullPointerException- if any required attribute was not provided
-