Interface Recommendation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Recommendation.Builder,,Recommendation> SdkBuilder<Recommendation.Builder,,Recommendation> SdkPojo
- Enclosing class:
Recommendation
@Mutable
@NotThreadSafe
public static interface Recommendation.Builder
extends SdkPojo, CopyableBuilder<Recommendation.Builder,Recommendation>
-
Method Summary
Modifier and TypeMethodDescriptionrecommendationDescription(String recommendationDescription) The recommendation details to help resolve the performance issue.recommendationDetails(String recommendationDetails) Detailed information about the recommendation, including steps to resolve the performance issue.recommendationId(String recommendationId) The unique identifier for the recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-
recommendationDetails
Detailed information about the recommendation, including steps to resolve the performance issue.
- Parameters:
recommendationDetails- Detailed information about the recommendation, including steps to resolve the performance issue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-