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 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) BatchCreateAttendeeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateAttendeeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.