Interface ReservationAggregates.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReservationAggregates.Builder,
,ReservationAggregates> SdkBuilder<ReservationAggregates.Builder,
,ReservationAggregates> SdkPojo
- Enclosing class:
ReservationAggregates
-
Method Summary
Modifier and TypeMethodDescriptionamortizedRecurringFee
(String amortizedRecurringFee) The monthly cost of your reservation.amortizedUpfrontFee
(String amortizedUpfrontFee) The upfront cost of your reservation.netRISavings
(String netRISavings) How much you saved due to purchasing and utilizing reservation.onDemandCostOfRIHoursUsed
(String onDemandCostOfRIHoursUsed) How much your reservation costs if charged On-Demand rates.purchasedHours
(String purchasedHours) How many reservation hours that you purchased.purchasedUnits
(String purchasedUnits) The number of Amazon EC2 reservation hours that you purchased.realizedSavings
(String realizedSavings) The realized savings because of purchasing and using a reservation.riCostForUnusedHours
(String riCostForUnusedHours) The cost of unused hours for your reservation.totalActualHours
(String totalActualHours) The total number of reservation hours that you used.totalActualUnits
(String totalActualUnits) The total number of Amazon EC2 reservation hours that you used.totalAmortizedFee
(String totalAmortizedFee) The total cost of your reservation.totalPotentialRISavings
(String totalPotentialRISavings) How much you might save if you use your entire reservation.unrealizedSavings
(String unrealizedSavings) The unrealized savings because of purchasing and using a reservation.unusedHours
(String unusedHours) The number of reservation hours that you didn't use.unusedUnits
(String unusedUnits) The number of Amazon EC2 reservation hours that you didn't use.utilizationPercentage
(String utilizationPercentage) The percentage of reservation time that you used.utilizationPercentageInUnits
(String utilizationPercentageInUnits) The percentage of Amazon EC2 reservation time that you used.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 Details
-
utilizationPercentage
The percentage of reservation time that you used.
- Parameters:
utilizationPercentage
- The percentage of reservation time that you used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
utilizationPercentageInUnits
The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
- Parameters:
utilizationPercentageInUnits
- The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
purchasedHours
How many reservation hours that you purchased.
- Parameters:
purchasedHours
- How many reservation hours that you purchased.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
purchasedUnits
The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
- Parameters:
purchasedUnits
- The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalActualHours
The total number of reservation hours that you used.
- Parameters:
totalActualHours
- The total number of reservation hours that you used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalActualUnits
The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
- Parameters:
totalActualUnits
- The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unusedHours
The number of reservation hours that you didn't use.
- Parameters:
unusedHours
- The number of reservation hours that you didn't use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unusedUnits
The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
- Parameters:
unusedUnits
- The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onDemandCostOfRIHoursUsed
How much your reservation costs if charged On-Demand rates.
- Parameters:
onDemandCostOfRIHoursUsed
- How much your reservation costs if charged On-Demand rates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
netRISavings
How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting
TotalAmortizedFee
fromOnDemandCostOfRIHoursUsed
.- Parameters:
netRISavings
- How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtractingTotalAmortizedFee
fromOnDemandCostOfRIHoursUsed
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalPotentialRISavings
How much you might save if you use your entire reservation.
- Parameters:
totalPotentialRISavings
- How much you might save if you use your entire reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amortizedUpfrontFee
The upfront cost of your reservation. It's amortized over the reservation period.
- Parameters:
amortizedUpfrontFee
- The upfront cost of your reservation. It's amortized over the reservation period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amortizedRecurringFee
The monthly cost of your reservation. It's amortized over the reservation period.
- Parameters:
amortizedRecurringFee
- The monthly cost of your reservation. It's amortized over the reservation period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalAmortizedFee
The total cost of your reservation. It's amortized over the reservation period.
- Parameters:
totalAmortizedFee
- The total cost of your reservation. It's amortized over the reservation period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riCostForUnusedHours
The cost of unused hours for your reservation.
- Parameters:
riCostForUnusedHours
- The cost of unused hours for your reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realizedSavings
The realized savings because of purchasing and using a reservation.
- Parameters:
realizedSavings
- The realized savings because of purchasing and using a reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unrealizedSavings
The unrealized savings because of purchasing and using a reservation.
- Parameters:
unrealizedSavings
- The unrealized savings because of purchasing and using a reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-