public static interface SavingsPlansCoverage.Builder extends SdkPojo, CopyableBuilder<SavingsPlansCoverage.Builder,SavingsPlansCoverage>
| Modifier and Type | Method and Description |
|---|---|
SavingsPlansCoverage.Builder |
attributes(Map<String,String> attributes)
The attribute that applies to a specific
Dimension. |
default SavingsPlansCoverage.Builder |
coverage(Consumer<SavingsPlansCoverageData.Builder> coverage)
The amount of Savings Plans eligible usage that the Savings Plans covered.
|
SavingsPlansCoverage.Builder |
coverage(SavingsPlansCoverageData coverage)
The amount of Savings Plans eligible usage that the Savings Plans covered.
|
default SavingsPlansCoverage.Builder |
timePeriod(Consumer<DateInterval.Builder> timePeriod)
Sets the value of the TimePeriod property for this object.
|
SavingsPlansCoverage.Builder |
timePeriod(DateInterval timePeriod)
Sets the value of the TimePeriod property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSavingsPlansCoverage.Builder attributes(Map<String,String> attributes)
The attribute that applies to a specific Dimension.
attributes - The attribute that applies to a specific Dimension.SavingsPlansCoverage.Builder coverage(SavingsPlansCoverageData coverage)
The amount of Savings Plans eligible usage that the Savings Plans covered.
coverage - The amount of Savings Plans eligible usage that the Savings Plans covered.default SavingsPlansCoverage.Builder coverage(Consumer<SavingsPlansCoverageData.Builder> coverage)
The amount of Savings Plans eligible usage that the Savings Plans covered.
This is a convenience method that creates an instance of theSavingsPlansCoverageData.Builder
avoiding the need to create one manually via SavingsPlansCoverageData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to coverage(SavingsPlansCoverageData).
coverage - a consumer that will call methods on SavingsPlansCoverageData.Buildercoverage(SavingsPlansCoverageData)SavingsPlansCoverage.Builder timePeriod(DateInterval timePeriod)
timePeriod - The new value for the TimePeriod property for this object.default SavingsPlansCoverage.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod)
DateInterval.Builder avoiding the need
to create one manually via DateInterval.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timePeriod(DateInterval).
timePeriod - a consumer that will call methods on DateInterval.BuildertimePeriod(DateInterval)Copyright © 2023. All rights reserved.