static ListParticipantsResponse.Builder |
ListParticipantsResponse.builder() |
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.nextToken(String nextToken) |
If there are more participants than maxResults, use nextToken in the request to get
the next set.
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.participants(Collection<ParticipantSummary> participants) |
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.participants(Consumer<ParticipantSummary.Builder>... participants) |
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.Builder.participants(ParticipantSummary... participants) |
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
ListParticipantsResponse.toBuilder() |
|