Class CfnCustomLineItem.BillingPeriodRangeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.BillingPeriodRangeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomLineItem.BillingPeriodRangeProperty>
- Enclosing interface:
CfnCustomLineItem.BillingPeriodRangeProperty
@Stability(Stable)
public static final class CfnCustomLineItem.BillingPeriodRangeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomLineItem.BillingPeriodRangeProperty>
A builder for
CfnCustomLineItem.BillingPeriodRangeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.exclusiveEndBillingPeriod(String exclusiveEndBillingPeriod) inclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exclusiveEndBillingPeriod
@Stability(Stable) public CfnCustomLineItem.BillingPeriodRangeProperty.Builder exclusiveEndBillingPeriod(String exclusiveEndBillingPeriod) - Parameters:
exclusiveEndBillingPeriod- The exclusive end billing period that defines a billing period range where a custom line is applied.- Returns:
this
-
inclusiveStartBillingPeriod
@Stability(Stable) public CfnCustomLineItem.BillingPeriodRangeProperty.Builder inclusiveStartBillingPeriod(String inclusiveStartBillingPeriod) - Parameters:
inclusiveStartBillingPeriod- The inclusive start billing period that defines a billing period range where a custom line is applied.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCustomLineItem.BillingPeriodRangeProperty>- Returns:
- a new instance of
CfnCustomLineItem.BillingPeriodRangeProperty - Throws:
NullPointerException- if any required attribute was not provided
-