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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Recommendation.BuilderrecommendationDescription(String recommendationDescription)The recommendation details to help resolve the performance issue.Recommendation.BuilderrecommendationId(String recommendationId)The unique identifier for the recommendation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-