Interface Recommendation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Recommendation.Builder,Recommendation>, SdkBuilder<Recommendation.Builder,Recommendation>, SdkPojo
Enclosing class:
Recommendation

public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
  • Method Details

    • 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.