Interface RecommendationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>,SdkBuilder<RecommendationSummary.Builder,RecommendationSummary>,SdkPojo
- Enclosing class:
- RecommendationSummary
public static interface RecommendationSummary.Builder extends SdkPojo, CopyableBuilder<RecommendationSummary.Builder,RecommendationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationSummary.BuilderestimatedMonthlySavings(Double estimatedMonthlySavings)The estimated total savings resulting from modifications, on a monthly basis.RecommendationSummary.Buildergroup(String group)The grouping of recommendations.RecommendationSummary.BuilderrecommendationCount(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, sdkFields
-
-
-
-
Method Detail
-
estimatedMonthlySavings
RecommendationSummary.Builder estimatedMonthlySavings(Double 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.
-
group
RecommendationSummary.Builder group(String 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.
-
recommendationCount
RecommendationSummary.Builder recommendationCount(Integer 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.
-
-