| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
AlertSummary.Builder |
AlertSummary.Builder.alertArn(String alertArn)
The ARN of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertName(String alertName)
The name of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertSensitivityThreshold(Integer alertSensitivityThreshold)
The minimum severity for an anomaly to trigger the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertStatus(AlertStatus alertStatus)
The status of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertStatus(String alertStatus)
The status of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertType(AlertType alertType)
The type of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertType(String alertType)
The type of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
|
static AlertSummary.Builder |
AlertSummary.builder() |
AlertSummary.Builder |
AlertSummary.Builder.creationTime(Instant creationTime)
The time at which the alert was created.
|
AlertSummary.Builder |
AlertSummary.Builder.lastModificationTime(Instant lastModificationTime)
The time at which the alert was last modified.
|
AlertSummary.Builder |
AlertSummary.Builder.tags(Map<String,String> tags)
The alert's tags.
|
AlertSummary.Builder |
AlertSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AlertSummary.Builder> |
AlertSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.