Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.AlertSummary.Builder
-
Packages that use AlertSummary.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AlertSummary.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AlertSummary.Builder Modifier and Type Method Description AlertSummary.BuilderAlertSummary.Builder. alertArn(String alertArn)The ARN of the alert.AlertSummary.BuilderAlertSummary.Builder. alertName(String alertName)The name of the alert.AlertSummary.BuilderAlertSummary.Builder. alertSensitivityThreshold(Integer alertSensitivityThreshold)The minimum severity for an anomaly to trigger the alert.AlertSummary.BuilderAlertSummary.Builder. alertStatus(String alertStatus)The status of the alert.AlertSummary.BuilderAlertSummary.Builder. alertStatus(AlertStatus alertStatus)The status of the alert.AlertSummary.BuilderAlertSummary.Builder. alertType(String alertType)The type of the alert.AlertSummary.BuilderAlertSummary.Builder. alertType(AlertType alertType)The type of the alert.AlertSummary.BuilderAlertSummary.Builder. anomalyDetectorArn(String anomalyDetectorArn)The ARN of the detector to which the alert is attached.static AlertSummary.BuilderAlertSummary. builder()AlertSummary.BuilderAlertSummary.Builder. creationTime(Instant creationTime)The time at which the alert was created.AlertSummary.BuilderAlertSummary.Builder. lastModificationTime(Instant lastModificationTime)The time at which the alert was last modified.AlertSummary.BuilderAlertSummary.Builder. tags(Map<String,String> tags)The alert's tags.AlertSummary.BuilderAlertSummary. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AlertSummary.Builder Modifier and Type Method Description static Class<? extends AlertSummary.Builder>AlertSummary. serializableBuilderClass()
-