public static interface RightsizingRecommendationConfiguration.Builder extends SdkPojo, CopyableBuilder<RightsizingRecommendationConfiguration.Builder,RightsizingRecommendationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RightsizingRecommendationConfiguration.Builder |
benefitsConsidered(Boolean benefitsConsidered)
The option to consider RI or Savings Plans discount benefits in your savings calculation.
|
RightsizingRecommendationConfiguration.Builder |
recommendationTarget(RecommendationTarget recommendationTarget)
The option to see recommendations within the same instance family or recommendations for instances across
other families.
|
RightsizingRecommendationConfiguration.Builder |
recommendationTarget(String recommendationTarget)
The option to see recommendations within the same instance family or recommendations for instances across
other families.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRightsizingRecommendationConfiguration.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.
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.RecommendationTarget,
RecommendationTargetRightsizingRecommendationConfiguration.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.
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.RecommendationTarget,
RecommendationTargetRightsizingRecommendationConfiguration.Builder benefitsConsidered(Boolean benefitsConsidered)
The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value
is TRUE.
benefitsConsidered - The option to consider RI or Savings Plans discount benefits in your savings calculation. The default
value is TRUE.Copyright © 2022. All rights reserved.