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