Interface RightsizingRecommendationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RightsizingRecommendationConfiguration.Builder,RightsizingRecommendationConfiguration>,SdkBuilder<RightsizingRecommendationConfiguration.Builder,RightsizingRecommendationConfiguration>,SdkPojo
- Enclosing class:
- RightsizingRecommendationConfiguration
public static interface RightsizingRecommendationConfiguration.Builder extends SdkPojo, CopyableBuilder<RightsizingRecommendationConfiguration.Builder,RightsizingRecommendationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RightsizingRecommendationConfiguration.BuilderbenefitsConsidered(Boolean benefitsConsidered)The option to consider RI or Savings Plans discount benefits in your savings calculation.RightsizingRecommendationConfiguration.BuilderrecommendationTarget(String recommendationTarget)The option to see recommendations within the same instance family or recommendations for instances across other families.RightsizingRecommendationConfiguration.BuilderrecommendationTarget(RecommendationTarget recommendationTarget)The option to see recommendations within the same instance family or recommendations for instances across other families.-
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
-
recommendationTarget
RightsizingRecommendationConfiguration.Builder recommendationTarget(String recommendationTarget)
The option to see recommendations within the same instance family or recommendations for instances across other families. The default value is
SAME_INSTANCE_FAMILY.- Parameters:
recommendationTarget- The option to see recommendations within the same instance family or recommendations for instances across other families. The default value isSAME_INSTANCE_FAMILY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationTarget,RecommendationTarget
-
recommendationTarget
RightsizingRecommendationConfiguration.Builder recommendationTarget(RecommendationTarget recommendationTarget)
The option to see recommendations within the same instance family or recommendations for instances across other families. The default value is
SAME_INSTANCE_FAMILY.- Parameters:
recommendationTarget- The option to see recommendations within the same instance family or recommendations for instances across other families. The default value isSAME_INSTANCE_FAMILY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationTarget,RecommendationTarget
-
benefitsConsidered
RightsizingRecommendationConfiguration.Builder benefitsConsidered(Boolean benefitsConsidered)
The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is
TRUE.- Parameters:
benefitsConsidered- The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value isTRUE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-