Interface TrustedAdvisorCostOptimizingSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>,SdkBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>,SdkPojo
- Enclosing class:
- TrustedAdvisorCostOptimizingSummary
public static interface TrustedAdvisorCostOptimizingSummary.Builder extends SdkPojo, CopyableBuilder<TrustedAdvisorCostOptimizingSummary.Builder,TrustedAdvisorCostOptimizingSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustedAdvisorCostOptimizingSummary.BuilderestimatedMonthlySavings(Double estimatedMonthlySavings)The estimated monthly savings that might be realized if the recommended operations are taken.TrustedAdvisorCostOptimizingSummary.BuilderestimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)The estimated percentage of savings that might be realized if the recommended operations are taken.-
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
-
estimatedMonthlySavings
TrustedAdvisorCostOptimizingSummary.Builder estimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended operations are taken.
- Parameters:
estimatedMonthlySavings- The estimated monthly savings that might be realized if the recommended operations are taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedPercentMonthlySavings
TrustedAdvisorCostOptimizingSummary.Builder estimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended operations are taken.
- Parameters:
estimatedPercentMonthlySavings- The estimated percentage of savings that might be realized if the recommended operations are taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-