Interface Recommendation.Builder

    • Method Detail

      • recommendationId

        Recommendation.Builder recommendationId​(String recommendationId)

        The unique identifier for the recommendation.

        Parameters:
        recommendationId - The unique identifier for the recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationDescription

        Recommendation.Builder recommendationDescription​(String recommendationDescription)

        The recommendation details to help resolve the performance issue. For example, Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id

        Parameters:
        recommendationDescription - The recommendation details to help resolve the performance issue. For example, Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id
        Returns:
        Returns a reference to this object so that method calls can be chained together.