Interface TerminateRecommendationDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TerminateRecommendationDetail.Builder,TerminateRecommendationDetail>,SdkBuilder<TerminateRecommendationDetail.Builder,TerminateRecommendationDetail>,SdkPojo
- Enclosing class:
- TerminateRecommendationDetail
public static interface TerminateRecommendationDetail.Builder extends SdkPojo, CopyableBuilder<TerminateRecommendationDetail.Builder,TerminateRecommendationDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TerminateRecommendationDetail.BuildercurrencyCode(String currencyCode)The currency code that Amazon Web Services used to calculate the costs for this instance.TerminateRecommendationDetail.BuilderestimatedMonthlySavings(String estimatedMonthlySavings)The estimated savings that result from modification, on a monthly basis.-
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
TerminateRecommendationDetail.Builder estimatedMonthlySavings(String estimatedMonthlySavings)
The estimated savings that result from modification, on a monthly basis.
- Parameters:
estimatedMonthlySavings- The estimated savings that result from modification, on a monthly basis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
TerminateRecommendationDetail.Builder currencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
- Parameters:
currencyCode- The currency code that Amazon Web Services used to calculate the costs for this instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-