Interface ListEngagementsResponse.Builder

    • Method Detail

      • nextToken

        ListEngagementsResponse.Builder nextToken​(String nextToken)

        The pagination token to continue to the next page of results.

        Parameters:
        nextToken - The pagination token to continue to the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engagements

        ListEngagementsResponse.Builder engagements​(Collection<Engagement> engagements)

        A list of each engagement that occurred during the specified time range of an incident.

        Parameters:
        engagements - A list of each engagement that occurred during the specified time range of an incident.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engagements

        ListEngagementsResponse.Builder engagements​(Engagement... engagements)

        A list of each engagement that occurred during the specified time range of an incident.

        Parameters:
        engagements - A list of each engagement that occurred during the specified time range of an incident.
        Returns:
        Returns a reference to this object so that method calls can be chained together.