public static interface ReservationPurchaseRecommendationSummary.Builder extends SdkPojo, CopyableBuilder<ReservationPurchaseRecommendationSummary.Builder,ReservationPurchaseRecommendationSummary>
Modifier and Type | Method and Description |
---|---|
ReservationPurchaseRecommendationSummary.Builder |
currencyCode(String currencyCode)
The currency code used for this recommendation.
|
ReservationPurchaseRecommendationSummary.Builder |
totalEstimatedMonthlySavingsAmount(String totalEstimatedMonthlySavingsAmount)
The total amount that AWS estimates that this recommendation could save you in a month.
|
ReservationPurchaseRecommendationSummary.Builder |
totalEstimatedMonthlySavingsPercentage(String totalEstimatedMonthlySavingsPercentage)
The total amount that AWS estimates that this recommendation could save you in a month, as a percentage of
your costs.
|
copy
applyMutation, build
ReservationPurchaseRecommendationSummary.Builder totalEstimatedMonthlySavingsAmount(String totalEstimatedMonthlySavingsAmount)
The total amount that AWS estimates that this recommendation could save you in a month.
totalEstimatedMonthlySavingsAmount
- The total amount that AWS estimates that this recommendation could save you in a month.ReservationPurchaseRecommendationSummary.Builder totalEstimatedMonthlySavingsPercentage(String totalEstimatedMonthlySavingsPercentage)
The total amount that AWS estimates that this recommendation could save you in a month, as a percentage of your costs.
totalEstimatedMonthlySavingsPercentage
- The total amount that AWS estimates that this recommendation could save you in a month, as a
percentage of your costs.ReservationPurchaseRecommendationSummary.Builder currencyCode(String currencyCode)
The currency code used for this recommendation.
currencyCode
- The currency code used for this recommendation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.