Anomaly.Builder |
Anomaly.Builder.anomalyEndDate(String anomalyEndDate) |
The last day the anomaly is detected.
|
Anomaly.Builder |
Anomaly.Builder.anomalyId(String anomalyId) |
The unique identifier for the anomaly.
|
default Anomaly.Builder |
Anomaly.Builder.anomalyScore(Consumer<AnomalyScore.Builder> anomalyScore) |
The latest and maximum score for the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.anomalyScore(AnomalyScore anomalyScore) |
The latest and maximum score for the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.anomalyStartDate(String anomalyStartDate) |
The first day the anomaly is detected.
|
static Anomaly.Builder |
Anomaly.builder() |
|
Anomaly.Builder |
Anomaly.Builder.dimensionValue(String dimensionValue) |
The dimension for the anomaly (for example, an Amazon Web Service in a service monitor).
|
Anomaly.Builder |
Anomaly.Builder.feedback(String feedback) |
The feedback value.
|
Anomaly.Builder |
Anomaly.Builder.feedback(AnomalyFeedbackType feedback) |
The feedback value.
|
default Anomaly.Builder |
Anomaly.Builder.impact(Consumer<Impact.Builder> impact) |
The dollar impact for the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.impact(Impact impact) |
The dollar impact for the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.monitorArn(String monitorArn) |
The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.
|
Anomaly.Builder |
Anomaly.Builder.rootCauses(Collection<RootCause> rootCauses) |
The list of identified root causes for the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.rootCauses(Consumer<RootCause.Builder>... rootCauses) |
The list of identified root causes for the anomaly.
|
Anomaly.Builder |
Anomaly.Builder.rootCauses(RootCause... rootCauses) |
The list of identified root causes for the anomaly.
|
Anomaly.Builder |
Anomaly.toBuilder() |
|