public static interface AlertSummary.Builder extends SdkPojo, CopyableBuilder<AlertSummary.Builder,AlertSummary>
| Modifier and Type | Method and Description |
|---|---|
AlertSummary.Builder |
alertArn(String alertArn)
The ARN of the alert.
|
AlertSummary.Builder |
alertName(String alertName)
The name of the alert.
|
AlertSummary.Builder |
alertSensitivityThreshold(Integer alertSensitivityThreshold)
The minimum severity for an anomaly to trigger the alert.
|
AlertSummary.Builder |
alertStatus(AlertStatus alertStatus)
The status of the alert.
|
AlertSummary.Builder |
alertStatus(String alertStatus)
The status of the alert.
|
AlertSummary.Builder |
alertType(AlertType alertType)
The type of the alert.
|
AlertSummary.Builder |
alertType(String alertType)
The type of the alert.
|
AlertSummary.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
|
AlertSummary.Builder |
creationTime(Instant creationTime)
The time at which the alert was created.
|
AlertSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The time at which the alert was last modified.
|
AlertSummary.Builder |
tags(Map<String,String> tags)
The alert's tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlertSummary.Builder alertArn(String alertArn)
The ARN of the alert.
alertArn - The ARN of the alert.AlertSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
anomalyDetectorArn - The ARN of the detector to which the alert is attached.AlertSummary.Builder alertName(String alertName)
The name of the alert.
alertName - The name of the alert.AlertSummary.Builder alertSensitivityThreshold(Integer alertSensitivityThreshold)
The minimum severity for an anomaly to trigger the alert.
alertSensitivityThreshold - The minimum severity for an anomaly to trigger the alert.AlertSummary.Builder alertType(String alertType)
The type of the alert.
AlertSummary.Builder alertType(AlertType alertType)
The type of the alert.
AlertSummary.Builder alertStatus(String alertStatus)
The status of the alert.
alertStatus - The status of the alert.AlertStatus,
AlertStatusAlertSummary.Builder alertStatus(AlertStatus alertStatus)
The status of the alert.
alertStatus - The status of the alert.AlertStatus,
AlertStatusAlertSummary.Builder lastModificationTime(Instant lastModificationTime)
The time at which the alert was last modified.
lastModificationTime - The time at which the alert was last modified.AlertSummary.Builder creationTime(Instant creationTime)
The time at which the alert was created.
creationTime - The time at which the alert was created.Copyright © 2023. All rights reserved.