public static interface BatchCreateAttendeeResponse.Builder extends ChimeSdkMeetingsResponse.Builder, SdkPojo, CopyableBuilder<BatchCreateAttendeeResponse.Builder,BatchCreateAttendeeResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeResponse.Builder |
attendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
attendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
attendees(Consumer<Attendee.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResponse.Builder |
errors(Collection<CreateAttendeeError> errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned,
along with error codes and error messages.
|
BatchCreateAttendeeResponse.Builder |
errors(Consumer<CreateAttendeeError.Builder>... errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned,
along with error codes and error messages.
|
BatchCreateAttendeeResponse.Builder |
errors(CreateAttendeeError... errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned,
along with error codes and error messages.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateAttendeeResponse.Builder attendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.BatchCreateAttendeeResponse.Builder attendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.BatchCreateAttendeeResponse.Builder attendees(Consumer<Attendee.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
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) BatchCreateAttendeeResponse.Builder errors(Collection<CreateAttendeeError> errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
errors - If the action fails for one or more of the attendees in the request, a list of the attendees is
returned, along with error codes and error messages.BatchCreateAttendeeResponse.Builder errors(CreateAttendeeError... errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
errors - If the action fails for one or more of the attendees in the request, a list of the attendees is
returned, along with error codes and error messages.BatchCreateAttendeeResponse.Builder errors(Consumer<CreateAttendeeError.Builder>... errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.
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 #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.