CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees) |
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees) |
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(CreateAttendeeRequestItem... attendees) |
The attendee information, including attendees' IDs and join tokens.
|
static CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.builder() |
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.clientRequestToken(String clientRequestToken) |
The unique identifier for the client request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.externalMeetingId(String externalMeetingId) |
The external meeting ID.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.mediaRegion(String mediaRegion) |
The Region in which to create the meeting.
|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures) |
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingFeatures(MeetingFeaturesConfiguration meetingFeatures) |
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingHostId(String meetingHostId) |
Reserved.
|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration) |
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(NotificationsConfiguration notificationsConfiguration) |
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.primaryMeetingId(String primaryMeetingId) |
When specified, replicates the media from the primary meeting to the new meeting.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Collection<Tag> tags) |
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Tag... tags) |
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tenantIds(String... tenantIds) |
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their
users.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tenantIds(Collection<String> tenantIds) |
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their
users.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.toBuilder() |
|