Interface RecommendationCostOptimizingAggregates.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationCostOptimizingAggregates.Builder,
,RecommendationCostOptimizingAggregates> SdkBuilder<RecommendationCostOptimizingAggregates.Builder,
,RecommendationCostOptimizingAggregates> SdkPojo
- Enclosing class:
RecommendationCostOptimizingAggregates
@Mutable
@NotThreadSafe
public static interface RecommendationCostOptimizingAggregates.Builder
extends SdkPojo, CopyableBuilder<RecommendationCostOptimizingAggregates.Builder,RecommendationCostOptimizingAggregates>
-
Method Summary
Modifier and TypeMethodDescriptionestimatedMonthlySavings
(Double estimatedMonthlySavings) The estimated monthly savingsestimatedPercentMonthlySavings
(Double estimatedPercentMonthlySavings) The estimated percently monthly savingsMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-