Interface CustomLineItemBillingPeriodRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomLineItemBillingPeriodRange.Builder,
,CustomLineItemBillingPeriodRange> SdkBuilder<CustomLineItemBillingPeriodRange.Builder,
,CustomLineItemBillingPeriodRange> SdkPojo
- Enclosing class:
CustomLineItemBillingPeriodRange
@Mutable
@NotThreadSafe
public static interface CustomLineItemBillingPeriodRange.Builder
extends SdkPojo, CopyableBuilder<CustomLineItemBillingPeriodRange.Builder,CustomLineItemBillingPeriodRange>
-
Method Summary
Modifier and TypeMethodDescriptionexclusiveEndBillingPeriod
(String exclusiveEndBillingPeriod) The inclusive end billing period that defines a billing period range where a custom line is applied.inclusiveStartBillingPeriod
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-