public static interface BatchCreateAttendeeResponse.Builder extends ChimeResponse.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 method that creates an instance of theAttendee.Builder avoiding the need to create one manually
via Attendee.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #attendees(List.
attendees - a consumer that will call methods on
Attendee.Builder#attendees(java.util.Collection) 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 method that creates an instance of theCreateAttendeeError.Builder avoiding the need to create
one manually via CreateAttendeeError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #errors(List.
errors - a consumer that will call methods on
CreateAttendeeError.Builder#errors(java.util.Collection) Copyright © 2022. All rights reserved.