Interface MonitoringAlertHistorySummary.Builder

    • Method Detail

      • 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.