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