@Generated(value="software.amazon.awssdk:codegen") public final class ReservationPurchaseRecommendationDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservationPurchaseRecommendationDetail.Builder,ReservationPurchaseRecommendationDetail>
Details about your recommended reservation purchase.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReservationPurchaseRecommendationDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account that this Reserved Instance (RI) recommendation is for.
|
String |
averageNormalizedUnitsUsedPerHour()
The average number of normalized units that you used in an hour during the historical period.
|
String |
averageNumberOfInstancesUsedPerHour()
The average number of instances that you used in an hour during the historical period.
|
String |
averageUtilization()
The average utilization of your instances.
|
static ReservationPurchaseRecommendationDetail.Builder |
builder() |
String |
currencyCode()
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
estimatedBreakEvenInMonths()
How long Amazon Web Services estimates that it takes for this instance to start saving you money, in months.
|
String |
estimatedMonthlyOnDemandCost()
How much Amazon Web Services estimates that you spend on On-Demand Instances in a month.
|
String |
estimatedMonthlySavingsAmount()
How much Amazon Web Services estimates that this specific recommendation might save you in a month.
|
String |
estimatedMonthlySavingsPercentage()
How much Amazon Web Services estimates that this specific recommendation might save you in a month, as a
percentage of your overall costs.
|
String |
estimatedReservationCostForLookbackPeriod()
How much Amazon Web Services estimates that you might spend for all usage during the specified historical period
if you had a reservation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstanceDetails |
instanceDetails()
Details about the instances that Amazon Web Services recommends that you purchase.
|
String |
maximumNormalizedUnitsUsedPerHour()
The maximum number of normalized units that you used in an hour during the historical period.
|
String |
maximumNumberOfInstancesUsedPerHour()
The maximum number of instances that you used in an hour during the historical period.
|
String |
minimumNormalizedUnitsUsedPerHour()
The minimum number of normalized units that you used in an hour during the historical period.
|
String |
minimumNumberOfInstancesUsedPerHour()
The minimum number of instances that you used in an hour during the historical period.
|
String |
recommendedNormalizedUnitsToPurchase()
The number of normalized units that Amazon Web Services recommends that you purchase.
|
String |
recommendedNumberOfInstancesToPurchase()
The number of instances that Amazon Web Services recommends that you purchase.
|
String |
recurringStandardMonthlyCost()
How much purchasing this instance costs you on a monthly basis.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservationPurchaseRecommendationDetail.Builder> |
serializableBuilderClass() |
ReservationPurchaseRecommendationDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
upfrontCost()
How much purchasing this instance costs you upfront.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account that this Reserved Instance (RI) recommendation is for.
public final InstanceDetails instanceDetails()
Details about the instances that Amazon Web Services recommends that you purchase.
public final String recommendedNumberOfInstancesToPurchase()
The number of instances that Amazon Web Services recommends that you purchase.
public final String recommendedNormalizedUnitsToPurchase()
The number of normalized units that Amazon Web Services recommends that you purchase.
public final String minimumNumberOfInstancesUsedPerHour()
The minimum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String minimumNormalizedUnitsUsedPerHour()
The minimum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String maximumNumberOfInstancesUsedPerHour()
The maximum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String maximumNormalizedUnitsUsedPerHour()
The maximum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String averageNumberOfInstancesUsedPerHour()
The average number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String averageNormalizedUnitsUsedPerHour()
The average number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String averageUtilization()
The average utilization of your instances. Amazon Web Services uses this to calculate your recommended reservation purchases.
public final String estimatedBreakEvenInMonths()
How long Amazon Web Services estimates that it takes for this instance to start saving you money, in months.
public final String currencyCode()
The currency code that Amazon Web Services used to calculate the costs for this instance.
public final String estimatedMonthlySavingsAmount()
How much Amazon Web Services estimates that this specific recommendation might save you in a month.
public final String estimatedMonthlySavingsPercentage()
How much Amazon Web Services estimates that this specific recommendation might save you in a month, as a percentage of your overall costs.
public final String estimatedMonthlyOnDemandCost()
How much Amazon Web Services estimates that you spend on On-Demand Instances in a month.
public final String estimatedReservationCostForLookbackPeriod()
How much Amazon Web Services estimates that you might spend for all usage during the specified historical period if you had a reservation.
public final String upfrontCost()
How much purchasing this instance costs you upfront.
public final String recurringStandardMonthlyCost()
How much purchasing this instance costs you on a monthly basis.
public ReservationPurchaseRecommendationDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReservationPurchaseRecommendationDetail.Builder,ReservationPurchaseRecommendationDetail>public static ReservationPurchaseRecommendationDetail.Builder builder()
public static Class<? extends ReservationPurchaseRecommendationDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.