public static interface ListAttendeesResponse.Builder extends ChimeSdkMeetingsResponse.Builder, SdkPojo, CopyableBuilder<ListAttendeesResponse.Builder,ListAttendeesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttendeesResponse.Builder |
attendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResponse.Builder |
attendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResponse.Builder |
attendees(Consumer<Attendee.Builder>... attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttendeesResponse.Builder attendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
attendees - The Amazon Chime SDK attendee information.ListAttendeesResponse.Builder attendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
attendees - The Amazon Chime SDK attendee information.ListAttendeesResponse.Builder attendees(Consumer<Attendee.Builder>... attendees)
The Amazon Chime SDK attendee information.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attendees(List) .attendees - a consumer that will call methods on List.Builder #attendees(List) ListAttendeesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.Copyright © 2022. All rights reserved.