Interface ListParticipantsResponse.Builder

    • Method Detail

      • nextToken

        ListParticipantsResponse.Builder nextToken​(String nextToken)

        If there are more participants than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more participants than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participants

        ListParticipantsResponse.Builder participants​(Collection<ParticipantSummary> participants)

        List of the matching participants (summary information only).

        Parameters:
        participants - List of the matching participants (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participants

        ListParticipantsResponse.Builder participants​(ParticipantSummary... participants)

        List of the matching participants (summary information only).

        Parameters:
        participants - List of the matching participants (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.