Interface AlertSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlertSummary.Builder,AlertSummary>,SdkBuilder<AlertSummary.Builder,AlertSummary>,SdkPojo
- Enclosing class:
- AlertSummary
public static interface AlertSummary.Builder extends SdkPojo, CopyableBuilder<AlertSummary.Builder,AlertSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlertSummary.BuilderalertArn(String alertArn)The ARN of the alert.AlertSummary.BuilderalertName(String alertName)The name of the alert.AlertSummary.BuilderalertSensitivityThreshold(Integer alertSensitivityThreshold)The minimum severity for an anomaly to trigger the alert.AlertSummary.BuilderalertStatus(String alertStatus)The status of the alert.AlertSummary.BuilderalertStatus(AlertStatus alertStatus)The status of the alert.AlertSummary.BuilderalertType(String alertType)The type of the alert.AlertSummary.BuilderalertType(AlertType alertType)The type of the alert.AlertSummary.BuilderanomalyDetectorArn(String anomalyDetectorArn)The ARN of the detector to which the alert is attached.AlertSummary.BuildercreationTime(Instant creationTime)The time at which the alert was created.AlertSummary.BuilderlastModificationTime(Instant lastModificationTime)The time at which the alert was last modified.AlertSummary.Buildertags(Map<String,String> tags)The alert's tags.-
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, sdkFields
-
-
-
-
Method Detail
-
alertArn
AlertSummary.Builder alertArn(String alertArn)
The ARN of the alert.
- Parameters:
alertArn- The ARN of the alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyDetectorArn
AlertSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the alert is attached.
- Parameters:
anomalyDetectorArn- The ARN of the detector to which the alert is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alertName
AlertSummary.Builder alertName(String alertName)
The name of the alert.
- Parameters:
alertName- The name of the alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alertSensitivityThreshold
AlertSummary.Builder alertSensitivityThreshold(Integer alertSensitivityThreshold)
The minimum severity for an anomaly to trigger the alert.
- Parameters:
alertSensitivityThreshold- The minimum severity for an anomaly to trigger the alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alertType
AlertSummary.Builder alertType(String alertType)
The type of the alert.
-
alertType
AlertSummary.Builder alertType(AlertType alertType)
The type of the alert.
-
alertStatus
AlertSummary.Builder alertStatus(String alertStatus)
The status of the alert.
- Parameters:
alertStatus- The status of the alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlertStatus,AlertStatus
-
alertStatus
AlertSummary.Builder alertStatus(AlertStatus alertStatus)
The status of the alert.
- Parameters:
alertStatus- The status of the alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlertStatus,AlertStatus
-
lastModificationTime
AlertSummary.Builder lastModificationTime(Instant lastModificationTime)
The time at which the alert was last modified.
- Parameters:
lastModificationTime- The time at which the alert was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
AlertSummary.Builder creationTime(Instant creationTime)
The time at which the alert was created.
- Parameters:
creationTime- The time at which the alert was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-