public static interface Recommendation.Builder extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
| Modifier and Type | Method and Description |
|---|---|
Recommendation.Builder |
recommendationDescription(String recommendationDescription)
The recommendation details to help resolve the performance issue.
|
Recommendation.Builder |
recommendationId(String recommendationId)
The unique identifier for the recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendation.Builder recommendationId(String recommendationId)
The unique identifier for the recommendation.
recommendationId - The unique identifier for the recommendation.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
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-idCopyright © 2023. All rights reserved.