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 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 © 2023. All rights reserved.