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 Details

    • 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 is SAME_INSTANCE_FAMILY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 is SAME_INSTANCE_FAMILY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 is TRUE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.