public static interface MonitoringAlertHistorySummary.Builder extends SdkPojo, CopyableBuilder<MonitoringAlertHistorySummary.Builder,MonitoringAlertHistorySummary>
| Modifier and Type | Method and Description |
|---|---|
MonitoringAlertHistorySummary.Builder |
alertStatus(MonitoringAlertStatus alertStatus)
The current alert status of an alert.
|
MonitoringAlertHistorySummary.Builder |
alertStatus(String alertStatus)
The current alert status of an alert.
|
MonitoringAlertHistorySummary.Builder |
creationTime(Instant creationTime)
A timestamp that indicates when the first alert transition occurred in an alert history.
|
MonitoringAlertHistorySummary.Builder |
monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
|
MonitoringAlertHistorySummary.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringAlertHistorySummary.Builder monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName - The name of a monitoring schedule.MonitoringAlertHistorySummary.Builder monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
monitoringAlertName - The name of a monitoring alert.MonitoringAlertHistorySummary.Builder creationTime(Instant creationTime)
A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition
can be from status InAlert to OK, or from OK to InAlert.
creationTime - A timestamp that indicates when the first alert transition occurred in an alert history. An alert
transition can be from status InAlert to OK, or from OK to
InAlert.MonitoringAlertHistorySummary.Builder alertStatus(String alertStatus)
The current alert status of an alert.
alertStatus - The current alert status of an alert.MonitoringAlertStatus,
MonitoringAlertStatusMonitoringAlertHistorySummary.Builder alertStatus(MonitoringAlertStatus alertStatus)
The current alert status of an alert.
alertStatus - The current alert status of an alert.MonitoringAlertStatus,
MonitoringAlertStatusCopyright © 2023. All rights reserved.