Interface CustomLineItemBillingPeriodRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomLineItemBillingPeriodRange.Builder,CustomLineItemBillingPeriodRange>,SdkBuilder<CustomLineItemBillingPeriodRange.Builder,CustomLineItemBillingPeriodRange>,SdkPojo
- Enclosing class:
- CustomLineItemBillingPeriodRange
public static interface CustomLineItemBillingPeriodRange.Builder extends SdkPojo, CopyableBuilder<CustomLineItemBillingPeriodRange.Builder,CustomLineItemBillingPeriodRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomLineItemBillingPeriodRange.BuilderexclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)The inclusive end billing period that defines a billing period range where a custom line is applied.CustomLineItemBillingPeriodRange.BuilderinclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)The inclusive start billing period that defines a billing period range where a custom line is applied.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
inclusiveStartBillingPeriod
CustomLineItemBillingPeriodRange.Builder inclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line is applied.
- Parameters:
inclusiveStartBillingPeriod- The inclusive start billing period that defines a billing period range where a custom line is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusiveEndBillingPeriod
CustomLineItemBillingPeriodRange.Builder exclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)
The inclusive end billing period that defines a billing period range where a custom line is applied.
- Parameters:
exclusiveEndBillingPeriod- The inclusive end billing period that defines a billing period range where a custom line is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-