Interface ListAlertsResponse.Builder

    • Method Detail

      • alertSummaryList

        ListAlertsResponse.Builder alertSummaryList​(Collection<AlertSummary> alertSummaryList)

        Contains information about an alert.

        Parameters:
        alertSummaryList - Contains information about an alert.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alertSummaryList

        ListAlertsResponse.Builder alertSummaryList​(AlertSummary... alertSummaryList)

        Contains information about an alert.

        Parameters:
        alertSummaryList - Contains information about an alert.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAlertsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.

        Parameters:
        nextToken - If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.