Interface MonitoringAlertHistorySummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MonitoringAlertHistorySummary.Builder,MonitoringAlertHistorySummary>, SdkBuilder<MonitoringAlertHistorySummary.Builder,MonitoringAlertHistorySummary>, SdkPojo
Enclosing class:
MonitoringAlertHistorySummary

public static interface MonitoringAlertHistorySummary.Builder extends SdkPojo, CopyableBuilder<MonitoringAlertHistorySummary.Builder,MonitoringAlertHistorySummary>
  • Method Details

    • monitoringScheduleName

      MonitoringAlertHistorySummary.Builder monitoringScheduleName(String monitoringScheduleName)

      The name of a monitoring schedule.

      Parameters:
      monitoringScheduleName - The name of a monitoring schedule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • monitoringAlertName

      MonitoringAlertHistorySummary.Builder monitoringAlertName(String monitoringAlertName)

      The name of a monitoring alert.

      Parameters:
      monitoringAlertName - The name of a monitoring alert.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alertStatus

      The current alert status of an alert.

      Parameters:
      alertStatus - The current alert status of an alert.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • alertStatus

      The current alert status of an alert.

      Parameters:
      alertStatus - The current alert status of an alert.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: