default Alert.Builder |
Alert.Builder.action(Consumer<Action.Builder> action) |
Action that will be triggered when there is an alert.
|
Alert.Builder |
Alert.Builder.action(Action action) |
Action that will be triggered when there is an alert.
|
Alert.Builder |
Alert.Builder.alertArn(String alertArn) |
The ARN of the alert.
|
Alert.Builder |
Alert.Builder.alertDescription(String alertDescription) |
A description of the alert.
|
default Alert.Builder |
Alert.Builder.alertFilters(Consumer<AlertFilters.Builder> alertFilters) |
The configuration of the alert filters, containing MetricList and DimensionFilter.
|
Alert.Builder |
Alert.Builder.alertFilters(AlertFilters alertFilters) |
The configuration of the alert filters, containing MetricList and DimensionFilter.
|
Alert.Builder |
Alert.Builder.alertName(String alertName) |
The name of the alert.
|
Alert.Builder |
Alert.Builder.alertSensitivityThreshold(Integer alertSensitivityThreshold) |
The minimum severity for an anomaly to trigger the alert.
|
Alert.Builder |
Alert.Builder.alertStatus(String alertStatus) |
The status of the alert.
|
Alert.Builder |
Alert.Builder.alertStatus(AlertStatus alertStatus) |
The status of the alert.
|
Alert.Builder |
Alert.Builder.alertType(String alertType) |
The type of the alert.
|
Alert.Builder |
Alert.Builder.alertType(AlertType alertType) |
The type of the alert.
|
Alert.Builder |
Alert.Builder.anomalyDetectorArn(String anomalyDetectorArn) |
The ARN of the detector to which the alert is attached.
|
static Alert.Builder |
Alert.builder() |
|
Alert.Builder |
Alert.Builder.creationTime(Instant creationTime) |
The time at which the alert was created.
|
Alert.Builder |
Alert.Builder.lastModificationTime(Instant lastModificationTime) |
The time at which the alert was last modified.
|
Alert.Builder |
Alert.toBuilder() |
|