| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Recommendation.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which the recommendation is returned.
|
Recommendation |
Recommendation.withCreatedAt(Date createdAt)
The date and time (UTC) that the recommendation was created.
|
Recommendation |
Recommendation.withDescription(String description)
The description of the recommendation.
|
Recommendation |
Recommendation.withId(String id)
A unique identifier of the Advisor recommendation.
|
Recommendation |
Recommendation.withImpactRanking(ImpactRankingType impactRanking)
The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
|
Recommendation |
Recommendation.withImpactRanking(String impactRanking)
The scale of the impact that the Advisor recommendation has to the performance and cost of the cluster.
|
Recommendation |
Recommendation.withNamespaceArn(String namespaceArn)
The Amazon Redshift cluster namespace ARN for which the recommendations is returned.
|
Recommendation |
Recommendation.withObservation(String observation)
The description of what was observed about your cluster.
|
Recommendation |
Recommendation.withRecommendationText(String recommendationText)
The description of the recommendation.
|
Recommendation |
Recommendation.withRecommendationType(String recommendationType)
The type of Advisor recommendation.
|
Recommendation |
Recommendation.withRecommendedActions(Collection<RecommendedAction> recommendedActions)
List of Amazon Redshift recommended actions.
|
Recommendation |
Recommendation.withRecommendedActions(RecommendedAction... recommendedActions)
List of Amazon Redshift recommended actions.
|
Recommendation |
Recommendation.withReferenceLinks(Collection<ReferenceLink> referenceLinks)
List of helpful links for more information about the Advisor recommendation.
|
Recommendation |
Recommendation.withReferenceLinks(ReferenceLink... referenceLinks)
List of helpful links for more information about the Advisor recommendation.
|
Recommendation |
Recommendation.withTitle(String title)
The title of the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Recommendation> |
ListRecommendationsResult.getRecommendations()
The Advisor recommendations for action on the Amazon Redshift cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Recommendation... recommendations)
The Advisor recommendations for action on the Amazon Redshift cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsResult.setRecommendations(Collection<Recommendation> recommendations)
The Advisor recommendations for action on the Amazon Redshift cluster.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The Advisor recommendations for action on the Amazon Redshift cluster.
|
Copyright © 2025. All rights reserved.