public static interface BatchCreateAttendeeRequest.Builder extends ChimeSdkMeetingsRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateAttendeeRequest.Builder,BatchCreateAttendeeRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest.Builder |
attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest.Builder |
attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest.Builder |
attendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest.Builder |
meetingId(String meetingId)
The Amazon Chime SDK ID of the meeting to which you're adding attendees.
|
BatchCreateAttendeeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreateAttendeeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateAttendeeRequest.Builder meetingId(String meetingId)
The Amazon Chime SDK ID of the meeting to which you're adding attendees.
meetingId - The Amazon Chime SDK ID of the meeting to which you're adding attendees.BatchCreateAttendeeRequest.Builder attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.BatchCreateAttendeeRequest.Builder attendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.BatchCreateAttendeeRequest.Builder attendees(Consumer<CreateAttendeeRequestItem.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) 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.