Interface ListAlarmsResponse.Builder

    • Method Detail

      • alarmSummaries

        ListAlarmsResponse.Builder alarmSummaries​(Collection<AlarmSummary> alarmSummaries)

        A list that summarizes each alarm.

        Parameters:
        alarmSummaries - A list that summarizes each alarm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarmSummaries

        ListAlarmsResponse.Builder alarmSummaries​(AlarmSummary... alarmSummaries)

        A list that summarizes each alarm.

        Parameters:
        alarmSummaries - A list that summarizes each alarm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAlarmsResponse.Builder nextToken​(String nextToken)

        The token that you can use to return the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token that you can use to return the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.