Interface BillingPeriodRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BillingPeriodRange.Builder,
,BillingPeriodRange> SdkBuilder<BillingPeriodRange.Builder,
,BillingPeriodRange> SdkPojo
- Enclosing class:
BillingPeriodRange
@Mutable
@NotThreadSafe
public static interface BillingPeriodRange.Builder
extends SdkPojo, CopyableBuilder<BillingPeriodRange.Builder,BillingPeriodRange>
-
Method Summary
Modifier and TypeMethodDescriptionexclusiveEndBillingPeriod
(String exclusiveEndBillingPeriod) The exclusive end billing period that defines a billing period range for the margin summary.inclusiveStartBillingPeriod
(String inclusiveStartBillingPeriod) The inclusive start billing period that defines a billing period range for the margin summary.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
The inclusive start billing period that defines a billing period range for the margin summary.
- Parameters:
inclusiveStartBillingPeriod
- The inclusive start billing period that defines a billing period range for the margin summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusiveEndBillingPeriod
The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.
- Parameters:
exclusiveEndBillingPeriod
- The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-