Interface StartRecommendationsRequest.Builder

    • Method Detail

      • databaseId

        StartRecommendationsRequest.Builder databaseId​(String databaseId)

        The identifier of the source database to analyze and provide recommendations for.

        Parameters:
        databaseId - The identifier of the source database to analyze and provide recommendations for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • settings

        StartRecommendationsRequest.Builder settings​(RecommendationSettings settings)

        The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).

        Parameters:
        settings - The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
        Returns:
        Returns a reference to this object so that method calls can be chained together.