Uses of Interface
software.amazon.awssdk.services.costexplorer.model.ReservationPurchaseRecommendationSummary.Builder
-
Packages that use ReservationPurchaseRecommendationSummary.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ReservationPurchaseRecommendationSummary.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ReservationPurchaseRecommendationSummary.Builder Modifier and Type Method Description static ReservationPurchaseRecommendationSummary.BuilderReservationPurchaseRecommendationSummary. builder()ReservationPurchaseRecommendationSummary.BuilderReservationPurchaseRecommendationSummary.Builder. currencyCode(String currencyCode)The currency code used for this recommendation.ReservationPurchaseRecommendationSummary.BuilderReservationPurchaseRecommendationSummary. toBuilder()ReservationPurchaseRecommendationSummary.BuilderReservationPurchaseRecommendationSummary.Builder. totalEstimatedMonthlySavingsAmount(String totalEstimatedMonthlySavingsAmount)The total amount that Amazon Web Services estimates that this recommendation could save you in a month.ReservationPurchaseRecommendationSummary.BuilderReservationPurchaseRecommendationSummary.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.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ReservationPurchaseRecommendationSummary.Builder Modifier and Type Method Description static Class<? extends ReservationPurchaseRecommendationSummary.Builder>ReservationPurchaseRecommendationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type ReservationPurchaseRecommendationSummary.Builder Modifier and Type Method Description default ReservationPurchaseRecommendation.BuilderReservationPurchaseRecommendation.Builder. recommendationSummary(Consumer<ReservationPurchaseRecommendationSummary.Builder> recommendationSummary)A summary about the recommended purchase.
-