Interface GetEffectiveRecommendationPreferencesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ComputeOptimizerResponse.Builder, CopyableBuilder<GetEffectiveRecommendationPreferencesResponse.Builder,GetEffectiveRecommendationPreferencesResponse>, SdkBuilder<GetEffectiveRecommendationPreferencesResponse.Builder,GetEffectiveRecommendationPreferencesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetEffectiveRecommendationPreferencesResponse

  • Method Details

    • enhancedInfrastructureMetrics

      GetEffectiveRecommendationPreferencesResponse.Builder enhancedInfrastructureMetrics(String enhancedInfrastructureMetrics)

      The status of the enhanced infrastructure metrics recommendation preference. Considers all applicable preferences that you might have set at the resource, account, and organization level.

      A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      Parameters:
      enhancedInfrastructureMetrics - The status of the enhanced infrastructure metrics recommendation preference. Considers all applicable preferences that you might have set at the resource, account, and organization level.

      A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enhancedInfrastructureMetrics

      GetEffectiveRecommendationPreferencesResponse.Builder enhancedInfrastructureMetrics(EnhancedInfrastructureMetrics enhancedInfrastructureMetrics)

      The status of the enhanced infrastructure metrics recommendation preference. Considers all applicable preferences that you might have set at the resource, account, and organization level.

      A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      Parameters:
      enhancedInfrastructureMetrics - The status of the enhanced infrastructure metrics recommendation preference. Considers all applicable preferences that you might have set at the resource, account, and organization level.

      A status of Active confirms that the preference is applied in the latest recommendation refresh, and a status of Inactive confirms that it's not yet applied to recommendations.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • externalMetricsPreference

      GetEffectiveRecommendationPreferencesResponse.Builder externalMetricsPreference(ExternalMetricsPreference externalMetricsPreference)

      The provider of the external metrics recommendation preference. Considers all applicable preferences that you might have set at the account and organization level.

      If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      Parameters:
      externalMetricsPreference - The provider of the external metrics recommendation preference. Considers all applicable preferences that you might have set at the account and organization level.

      If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalMetricsPreference

      default GetEffectiveRecommendationPreferencesResponse.Builder externalMetricsPreference(Consumer<ExternalMetricsPreference.Builder> externalMetricsPreference)

      The provider of the external metrics recommendation preference. Considers all applicable preferences that you might have set at the account and organization level.

      If the preference is applied in the latest recommendation refresh, an object with a valid source value appears in the response. If the preference isn't applied to the recommendations already, then this object doesn't appear in the response.

      To validate whether the preference is applied to your last generated set of recommendations, review the effectiveRecommendationPreferences value in the response of the GetEC2InstanceRecommendations actions.

      For more information, see Enhanced infrastructure metrics in the Compute Optimizer User Guide.

      This is a convenience method that creates an instance of the ExternalMetricsPreference.Builder avoiding the need to create one manually via ExternalMetricsPreference.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to externalMetricsPreference(ExternalMetricsPreference).

      Parameters:
      externalMetricsPreference - a consumer that will call methods on ExternalMetricsPreference.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: