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