static Recommendation.Builder |
Recommendation.builder() |
|
Recommendation.Builder |
Recommendation.Builder.clusterIdentifier(String clusterIdentifier) |
The unique identifier of the cluster for which the recommendation is returned.
|
Recommendation.Builder |
Recommendation.Builder.createdAt(Instant createdAt) |
The date and time (UTC) that the recommendation was created.
|
Recommendation.Builder |
Recommendation.Builder.description(String description) |
The description of the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.id(String id) |
A unique identifier of the Advisor recommendation.
|
Recommendation.Builder |
Recommendation.Builder.impactRanking(String impactRanking) |
The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
|
Recommendation.Builder |
Recommendation.Builder.impactRanking(ImpactRankingType impactRanking) |
The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
|
Recommendation.Builder |
Recommendation.Builder.namespaceArn(String namespaceArn) |
The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
|
Recommendation.Builder |
Recommendation.Builder.observation(String observation) |
The description of what was observed about your cluster.
|
Recommendation.Builder |
Recommendation.Builder.recommendationText(String recommendationText) |
The description of the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.recommendationType(String recommendationType) |
The type of Advisor recommendation.
|
Recommendation.Builder |
Recommendation.Builder.recommendedActions(Collection<RecommendedAction> recommendedActions) |
List of Amazon Redshift recommended actions.
|
Recommendation.Builder |
Recommendation.Builder.recommendedActions(Consumer<RecommendedAction.Builder>... recommendedActions) |
List of Amazon Redshift recommended actions.
|
Recommendation.Builder |
Recommendation.Builder.recommendedActions(RecommendedAction... recommendedActions) |
List of Amazon Redshift recommended actions.
|
Recommendation.Builder |
Recommendation.Builder.referenceLinks(Collection<ReferenceLink> referenceLinks) |
List of helpful links for more information about the Advisor recommendation.
|
Recommendation.Builder |
Recommendation.Builder.referenceLinks(Consumer<ReferenceLink.Builder>... referenceLinks) |
List of helpful links for more information about the Advisor recommendation.
|
Recommendation.Builder |
Recommendation.Builder.referenceLinks(ReferenceLink... referenceLinks) |
List of helpful links for more information about the Advisor recommendation.
|
Recommendation.Builder |
Recommendation.Builder.title(String title) |
The title of the recommendation.
|
Recommendation.Builder |
Recommendation.toBuilder() |
|