public static interface ReservationAggregates.Builder extends SdkPojo, CopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>
Modifier and Type | Method and Description |
---|---|
ReservationAggregates.Builder |
amortizedRecurringFee(String amortizedRecurringFee)
The monthly cost of your RI, amortized over the RI period.
|
ReservationAggregates.Builder |
amortizedUpfrontFee(String amortizedUpfrontFee)
The upfront cost of your RI, amortized over the RI period.
|
ReservationAggregates.Builder |
netRISavings(String netRISavings)
How much you saved due to purchasing and utilizing RIs.
|
ReservationAggregates.Builder |
onDemandCostOfRIHoursUsed(String onDemandCostOfRIHoursUsed)
How much your RIs would cost if charged On-Demand rates.
|
ReservationAggregates.Builder |
purchasedHours(String purchasedHours)
How many RI hours that you purchased.
|
ReservationAggregates.Builder |
totalActualHours(String totalActualHours)
The total number of RI hours that you used.
|
ReservationAggregates.Builder |
totalAmortizedFee(String totalAmortizedFee)
The total cost of your RI, amortized over the RI period.
|
ReservationAggregates.Builder |
totalPotentialRISavings(String totalPotentialRISavings)
How much you could save if you use your entire reservation.
|
ReservationAggregates.Builder |
unusedHours(String unusedHours)
The number of RI hours that you didn't use.
|
ReservationAggregates.Builder |
utilizationPercentage(String utilizationPercentage)
The percentage of RI time that you used.
|
copy
applyMutation, build
ReservationAggregates.Builder utilizationPercentage(String utilizationPercentage)
The percentage of RI time that you used.
utilizationPercentage
- The percentage of RI time that you used.ReservationAggregates.Builder purchasedHours(String purchasedHours)
How many RI hours that you purchased.
purchasedHours
- How many RI hours that you purchased.ReservationAggregates.Builder totalActualHours(String totalActualHours)
The total number of RI hours that you used.
totalActualHours
- The total number of RI hours that you used.ReservationAggregates.Builder unusedHours(String unusedHours)
The number of RI hours that you didn't use.
unusedHours
- The number of RI hours that you didn't use.ReservationAggregates.Builder onDemandCostOfRIHoursUsed(String onDemandCostOfRIHoursUsed)
How much your RIs would cost if charged On-Demand rates.
onDemandCostOfRIHoursUsed
- How much your RIs would cost if charged On-Demand rates.ReservationAggregates.Builder netRISavings(String netRISavings)
How much you saved due to purchasing and utilizing RIs. AWS calculates this by subtracting
TotalAmortizedFee
from OnDemandCostOfRIHoursUsed
.
netRISavings
- How much you saved due to purchasing and utilizing RIs. AWS calculates this by subtracting
TotalAmortizedFee
from OnDemandCostOfRIHoursUsed
.ReservationAggregates.Builder totalPotentialRISavings(String totalPotentialRISavings)
How much you could save if you use your entire reservation.
totalPotentialRISavings
- How much you could save if you use your entire reservation.ReservationAggregates.Builder amortizedUpfrontFee(String amortizedUpfrontFee)
The upfront cost of your RI, amortized over the RI period.
amortizedUpfrontFee
- The upfront cost of your RI, amortized over the RI period.ReservationAggregates.Builder amortizedRecurringFee(String amortizedRecurringFee)
The monthly cost of your RI, amortized over the RI period.
amortizedRecurringFee
- The monthly cost of your RI, amortized over the RI period.ReservationAggregates.Builder totalAmortizedFee(String totalAmortizedFee)
The total cost of your RI, amortized over the RI period.
totalAmortizedFee
- The total cost of your RI, amortized over the RI period.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.