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 reservation, amortized over the reservation period.
|
ReservationAggregates.Builder |
amortizedUpfrontFee(String amortizedUpfrontFee)
The upfront cost of your reservation, amortized over the reservation period.
|
ReservationAggregates.Builder |
netRISavings(String netRISavings)
How much you saved due to purchasing and utilizing reservation.
|
ReservationAggregates.Builder |
onDemandCostOfRIHoursUsed(String onDemandCostOfRIHoursUsed)
How much your reservation would cost if charged On-Demand rates.
|
ReservationAggregates.Builder |
purchasedHours(String purchasedHours)
How many reservation hours that you purchased.
|
ReservationAggregates.Builder |
purchasedUnits(String purchasedUnits)
How many Amazon EC2 reservation hours that you purchased, converted to normalized units.
|
ReservationAggregates.Builder |
totalActualHours(String totalActualHours)
The total number of reservation hours that you used.
|
ReservationAggregates.Builder |
totalActualUnits(String totalActualUnits)
The total number of Amazon EC2 reservation hours that you used, converted to normalized units.
|
ReservationAggregates.Builder |
totalAmortizedFee(String totalAmortizedFee)
The total cost of your reservation, amortized over the reservation 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 reservation hours that you didn't use.
|
ReservationAggregates.Builder |
unusedUnits(String unusedUnits)
The number of Amazon EC2 reservation hours that you didn't use, converted to normalized units.
|
ReservationAggregates.Builder |
utilizationPercentage(String utilizationPercentage)
The percentage of reservation time that you used.
|
ReservationAggregates.Builder |
utilizationPercentageInUnits(String utilizationPercentageInUnits)
The percentage of Amazon EC2 reservation time that you used, converted to normalized units.
|
copy
applyMutation, build
ReservationAggregates.Builder utilizationPercentage(String utilizationPercentage)
The percentage of reservation time that you used.
utilizationPercentage
- The percentage of reservation time that you used.ReservationAggregates.Builder utilizationPercentageInUnits(String utilizationPercentageInUnits)
The percentage of Amazon EC2 reservation time that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
utilizationPercentageInUnits
- The percentage of Amazon EC2 reservation time that you used, converted to normalized units. Normalized
units are available only for Amazon EC2 usage after November 11, 2017.ReservationAggregates.Builder purchasedHours(String purchasedHours)
How many reservation hours that you purchased.
purchasedHours
- How many reservation hours that you purchased.ReservationAggregates.Builder purchasedUnits(String purchasedUnits)
How many Amazon EC2 reservation hours that you purchased, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
purchasedUnits
- How many Amazon EC2 reservation hours that you purchased, converted to normalized units. Normalized
units are available only for Amazon EC2 usage after November 11, 2017.ReservationAggregates.Builder totalActualHours(String totalActualHours)
The total number of reservation hours that you used.
totalActualHours
- The total number of reservation hours that you used.ReservationAggregates.Builder totalActualUnits(String totalActualUnits)
The total number of Amazon EC2 reservation hours that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
totalActualUnits
- The total number of Amazon EC2 reservation hours that you used, converted to normalized units.
Normalized units are available only for Amazon EC2 usage after November 11, 2017.ReservationAggregates.Builder unusedHours(String unusedHours)
The number of reservation hours that you didn't use.
unusedHours
- The number of reservation hours that you didn't use.ReservationAggregates.Builder unusedUnits(String unusedUnits)
The number of Amazon EC2 reservation hours that you didn't use, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
unusedUnits
- The number of Amazon EC2 reservation hours that you didn't use, converted to normalized units.
Normalized units are available only for Amazon EC2 usage after November 11, 2017.ReservationAggregates.Builder onDemandCostOfRIHoursUsed(String onDemandCostOfRIHoursUsed)
How much your reservation would cost if charged On-Demand rates.
onDemandCostOfRIHoursUsed
- How much your reservation would cost if charged On-Demand rates.ReservationAggregates.Builder netRISavings(String netRISavings)
How much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting
TotalAmortizedFee
from OnDemandCostOfRIHoursUsed
.
netRISavings
- How much you saved due to purchasing and utilizing reservation. 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 reservation, amortized over the reservation period.
amortizedUpfrontFee
- The upfront cost of your reservation, amortized over the reservation period.ReservationAggregates.Builder amortizedRecurringFee(String amortizedRecurringFee)
The monthly cost of your reservation, amortized over the reservation period.
amortizedRecurringFee
- The monthly cost of your reservation, amortized over the reservation period.ReservationAggregates.Builder totalAmortizedFee(String totalAmortizedFee)
The total cost of your reservation, amortized over the reservation period.
totalAmortizedFee
- The total cost of your reservation, amortized over the reservation period.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.