public static interface RightsizingRecommendationSummary.Builder extends SdkPojo, CopyableBuilder<RightsizingRecommendationSummary.Builder,RightsizingRecommendationSummary>
| Modifier and Type | Method and Description |
|---|---|
RightsizingRecommendationSummary.Builder |
estimatedTotalMonthlySavingsAmount(String estimatedTotalMonthlySavingsAmount)
The estimated total savings resulting from modifications, on a monthly basis.
|
RightsizingRecommendationSummary.Builder |
savingsCurrencyCode(String savingsCurrencyCode)
The currency code that Amazon Web Services used to calculate the savings.
|
RightsizingRecommendationSummary.Builder |
savingsPercentage(String savingsPercentage)
The savings percentage based on the recommended modifications.
|
RightsizingRecommendationSummary.Builder |
totalRecommendationCount(String totalRecommendationCount)
The total number of instance recommendations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRightsizingRecommendationSummary.Builder totalRecommendationCount(String totalRecommendationCount)
The total number of instance recommendations.
totalRecommendationCount - The total number of instance recommendations.RightsizingRecommendationSummary.Builder estimatedTotalMonthlySavingsAmount(String estimatedTotalMonthlySavingsAmount)
The estimated total savings resulting from modifications, on a monthly basis.
estimatedTotalMonthlySavingsAmount - The estimated total savings resulting from modifications, on a monthly basis.RightsizingRecommendationSummary.Builder savingsCurrencyCode(String savingsCurrencyCode)
The currency code that Amazon Web Services used to calculate the savings.
savingsCurrencyCode - The currency code that Amazon Web Services used to calculate the savings.RightsizingRecommendationSummary.Builder savingsPercentage(String savingsPercentage)
The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
savingsPercentage - The savings percentage based on the recommended modifications. It's relative to the total On-Demand
costs that are associated with these instances.Copyright © 2023. All rights reserved.