Interface DescribeAlarmHistoryResponse.Builder

    • Method Detail

      • alarmHistoryItems

        DescribeAlarmHistoryResponse.Builder alarmHistoryItems​(Collection<AlarmHistoryItem> alarmHistoryItems)

        The alarm histories, in JSON format.

        Parameters:
        alarmHistoryItems - The alarm histories, in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarmHistoryItems

        DescribeAlarmHistoryResponse.Builder alarmHistoryItems​(AlarmHistoryItem... alarmHistoryItems)

        The alarm histories, in JSON format.

        Parameters:
        alarmHistoryItems - The alarm histories, in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAlarmHistoryResponse.Builder nextToken​(String nextToken)

        The token that marks the start of the next batch of returned results.

        Parameters:
        nextToken - The token that marks the start of the next batch of returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.