Interface AlertSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AlertSummary.Builder,,- AlertSummary> - SdkBuilder<AlertSummary.Builder,,- AlertSummary> - SdkPojo
- Enclosing class:
- AlertSummary
@Mutable
@NotThreadSafe
public static interface AlertSummary.Builder
extends SdkPojo, CopyableBuilder<AlertSummary.Builder,AlertSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the alert.The name of the alert.alertSensitivityThreshold(Integer alertSensitivityThreshold) The minimum severity for an anomaly to trigger the alert.alertStatus(String alertStatus) The status of the alert.alertStatus(AlertStatus alertStatus) The status of the alert.The type of the alert.The type of the alert.anomalyDetectorArn(String anomalyDetectorArn) The ARN of the detector to which the alert is attached.creationTime(Instant creationTime) The time at which the alert was created.lastModificationTime(Instant lastModificationTime) The time at which the alert was last modified.The alert's tags.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
alertArnThe 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.
 
- 
anomalyDetectorArnThe 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.
 
- 
alertNameThe 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.
 
- 
alertSensitivityThresholdThe 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.
 
- 
alertTypeThe type of the alert. - Parameters:
- alertType- The type of the alert.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
alertTypeThe type of the alert. - Parameters:
- alertType- The type of the alert.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
alertStatusThe 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:
 
- 
alertStatusThe 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:
 
- 
lastModificationTimeThe 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.
 
- 
creationTimeThe 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.
 
- 
tags
 
-