public static interface BatchCreateAttendeeRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateAttendeeRequest.Builder,BatchCreateAttendeeRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest.Builder |
attendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest.Builder |
attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest.Builder |
attendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest.Builder |
meetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
BatchCreateAttendeeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreateAttendeeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateAttendeeRequest.Builder meetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId - The Amazon Chime SDK meeting ID.BatchCreateAttendeeRequest.Builder attendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
attendees - The request containing the attendees to create.BatchCreateAttendeeRequest.Builder attendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
attendees - The request containing the attendees to create.BatchCreateAttendeeRequest.Builder attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The request containing the attendees to create.
This is a convenience method that creates an instance of theCreateAttendeeRequestItem.Builder avoiding the need to
create one manually via
CreateAttendeeRequestItem.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
CreateAttendeeRequestItem.Builder#attendees(java.util.Collection) BatchCreateAttendeeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateAttendeeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.