Interface RecommendationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationSummary.Builder,
,RecommendationSummary> SdkBuilder<RecommendationSummary.Builder,
,RecommendationSummary> SdkPojo
- Enclosing class:
RecommendationSummary
@Mutable
@NotThreadSafe
public static interface RecommendationSummary.Builder
extends SdkPojo, CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionestimatedMonthlySavings
(Double estimatedMonthlySavings) The estimated total savings resulting from modifications, on a monthly basis.The grouping of recommendations.recommendationCount
(Integer recommendationCount) The total number of instance recommendations.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, sdkFieldNameToField, sdkFields
-
Method Details
-
group
The grouping of recommendations.
- Parameters:
group
- The grouping of recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedMonthlySavings
The estimated total savings resulting from modifications, on a monthly basis.
- Parameters:
estimatedMonthlySavings
- The estimated total savings resulting from modifications, on a monthly basis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationCount
The total number of instance recommendations.
- Parameters:
recommendationCount
- The total number of instance recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-