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 TypeMethodDescriptionThe category type of the recommendation.description
(String description) A description of the problem.A hyperlink to information to help you address the problem.The name of the recommendation.The reason DevOps Guru flagged the anomalous behavior as a problem.relatedAnomalies
(Collection<RecommendationRelatedAnomaly> relatedAnomalies) Anomalies that are related to the problem.relatedAnomalies
(Consumer<RecommendationRelatedAnomaly.Builder>... relatedAnomalies) Anomalies that are related to the problem.relatedAnomalies
(RecommendationRelatedAnomaly... relatedAnomalies) Anomalies that are related to the problem.relatedEvents
(Collection<RecommendationRelatedEvent> relatedEvents) Events that are related to the problem.relatedEvents
(Consumer<RecommendationRelatedEvent.Builder>... relatedEvents) Events that are related to the problem.relatedEvents
(RecommendationRelatedEvent... relatedEvents) Events that are related to the problem.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, sdkFieldNameToField, sdkFields
-
Method Details
-
description
A description of the problem.
- Parameters:
description
- A description of the problem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
link
A hyperlink to information to help you address the problem.
- Parameters:
link
- A hyperlink to information to help you address the problem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the recommendation.
- Parameters:
name
- The name of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason DevOps Guru flagged the anomalous behavior as a problem.
- Parameters:
reason
- The reason DevOps Guru flagged the anomalous behavior as a problem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
The category type of the recommendation.
- Parameters:
category
- The category type of the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-