public static interface ListParticipantsResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<ListParticipantsResponse.Builder,ListParticipantsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsResponse.Builder |
nextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the
next set. |
ListParticipantsResponse.Builder |
participants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
participants(Consumer<ParticipantSummary.Builder>... participants)
List of the matching participants (summary information only).
|
ListParticipantsResponse.Builder |
participants(ParticipantSummary... participants)
List of the matching participants (summary information only).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListParticipantsResponse.Builder nextToken(String nextToken)
If there are more rooms than maxResults, use nextToken in the request to get the
next set.
nextToken - If there are more rooms than maxResults, use nextToken in the request to get
the next set.ListParticipantsResponse.Builder participants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
participants - List of the matching participants (summary information only).ListParticipantsResponse.Builder participants(ParticipantSummary... participants)
List of the matching participants (summary information only).
participants - List of the matching participants (summary information only).ListParticipantsResponse.Builder participants(Consumer<ParticipantSummary.Builder>... participants)
List of the matching participants (summary information only).
This is a convenience method that creates an instance of theParticipantSummary.Builder avoiding the need to
create one manually via
ParticipantSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #participants(List.
participants - a consumer that will call methods on
ParticipantSummary.Builder#participants(java.util.Collection) Copyright © 2023. All rights reserved.