Interface BillingPeriodRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BillingPeriodRange.Builder,BillingPeriodRange>,SdkBuilder<BillingPeriodRange.Builder,BillingPeriodRange>,SdkPojo
- Enclosing class:
- BillingPeriodRange
public static interface BillingPeriodRange.Builder extends SdkPojo, CopyableBuilder<BillingPeriodRange.Builder,BillingPeriodRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingPeriodRange.BuilderexclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)The exclusive end billing period that defines a billing period range for the margin summary.BillingPeriodRange.BuilderinclusiveStartBillingPeriod(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, sdkFields
-
-
-
-
Method Detail
-
inclusiveStartBillingPeriod
BillingPeriodRange.Builder inclusiveStartBillingPeriod(String 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
BillingPeriodRange.Builder exclusiveEndBillingPeriod(String 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.
-
-