| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static Recommendation.Builder |
Recommendation.builder() |
Recommendation.Builder |
Recommendation.Builder.category(String category)
The category type of the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.description(String description)
A description of the problem.
|
Recommendation.Builder |
Recommendation.Builder.link(String link)
A hyperlink to information to help you address the problem.
|
Recommendation.Builder |
Recommendation.Builder.name(String name)
The name of the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.reason(String reason)
The reason DevOps Guru flagged the anomalous behavior as a problem.
|
Recommendation.Builder |
Recommendation.Builder.relatedAnomalies(Collection<RecommendationRelatedAnomaly> relatedAnomalies)
Anomalies that are related to the problem.
|
Recommendation.Builder |
Recommendation.Builder.relatedAnomalies(Consumer<RecommendationRelatedAnomaly.Builder>... relatedAnomalies)
Anomalies that are related to the problem.
|
Recommendation.Builder |
Recommendation.Builder.relatedAnomalies(RecommendationRelatedAnomaly... relatedAnomalies)
Anomalies that are related to the problem.
|
Recommendation.Builder |
Recommendation.Builder.relatedEvents(Collection<RecommendationRelatedEvent> relatedEvents)
Events that are related to the problem.
|
Recommendation.Builder |
Recommendation.Builder.relatedEvents(Consumer<RecommendationRelatedEvent.Builder>... relatedEvents)
Events that are related to the problem.
|
Recommendation.Builder |
Recommendation.Builder.relatedEvents(RecommendationRelatedEvent... relatedEvents)
Events that are related to the problem.
|
Recommendation.Builder |
Recommendation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Recommendation.Builder> |
Recommendation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.