Interface ReservationPurchaseRecommendationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReservationPurchaseRecommendationSummary.Builder,ReservationPurchaseRecommendationSummary>,SdkBuilder<ReservationPurchaseRecommendationSummary.Builder,ReservationPurchaseRecommendationSummary>,SdkPojo
- Enclosing class:
- ReservationPurchaseRecommendationSummary
public static interface ReservationPurchaseRecommendationSummary.Builder extends SdkPojo, CopyableBuilder<ReservationPurchaseRecommendationSummary.Builder,ReservationPurchaseRecommendationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReservationPurchaseRecommendationSummary.BuildercurrencyCode(String currencyCode)The currency code used for this recommendation.ReservationPurchaseRecommendationSummary.BuildertotalEstimatedMonthlySavingsAmount(String totalEstimatedMonthlySavingsAmount)The total amount that Amazon Web Services estimates that this recommendation could save you in a month.ReservationPurchaseRecommendationSummary.BuildertotalEstimatedMonthlySavingsPercentage(String totalEstimatedMonthlySavingsPercentage)The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.-
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 Detail
-
totalEstimatedMonthlySavingsAmount
ReservationPurchaseRecommendationSummary.Builder totalEstimatedMonthlySavingsAmount(String totalEstimatedMonthlySavingsAmount)
The total amount that Amazon Web Services estimates that this recommendation could save you in a month.
- Parameters:
totalEstimatedMonthlySavingsAmount- The total amount that Amazon Web Services estimates that this recommendation could save you in a month.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalEstimatedMonthlySavingsPercentage
ReservationPurchaseRecommendationSummary.Builder totalEstimatedMonthlySavingsPercentage(String totalEstimatedMonthlySavingsPercentage)
The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.
- Parameters:
totalEstimatedMonthlySavingsPercentage- The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
ReservationPurchaseRecommendationSummary.Builder currencyCode(String currencyCode)
The currency code used for this recommendation.
- Parameters:
currencyCode- The currency code used for this recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-