public static interface CreateMeetingWithAttendeesRequest.Builder extends ChimeSdkMeetingsRequest.Builder, SdkPojo, CopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMeetingWithAttendeesRequest.Builder clientRequestToken(String clientRequestToken)
The unique identifier for the client request. Use a different token for different meetings.
clientRequestToken - The unique identifier for the client request. Use a different token for different meetings.CreateMeetingWithAttendeesRequest.Builder mediaRegion(String mediaRegion)
The Region in which to create the meeting.
mediaRegion - The Region in which to create the meeting.CreateMeetingWithAttendeesRequest.Builder meetingHostId(String meetingHostId)
Reserved.
meetingHostId - Reserved.CreateMeetingWithAttendeesRequest.Builder externalMeetingId(String externalMeetingId)
The external meeting ID.
externalMeetingId - The external meeting ID.CreateMeetingWithAttendeesRequest.Builder meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
meetingFeatures - Lists the audio and video features enabled for a meeting, such as echo reduction.default CreateMeetingWithAttendeesRequest.Builder meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
This is a convenience that creates an instance of theMeetingFeaturesConfiguration.Builder avoiding
the need to create one manually via MeetingFeaturesConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to meetingFeatures(MeetingFeaturesConfiguration).meetingFeatures - a consumer that will call methods on MeetingFeaturesConfiguration.BuildermeetingFeatures(MeetingFeaturesConfiguration)CreateMeetingWithAttendeesRequest.Builder notificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
notificationsConfiguration - The configuration for resource targets to receive notifications when meeting and attendee events
occur.default CreateMeetingWithAttendeesRequest.Builder notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
This is a convenience that creates an instance of theNotificationsConfiguration.Builder avoiding the
need to create one manually via NotificationsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to notificationsConfiguration(NotificationsConfiguration).notificationsConfiguration - a consumer that will call methods on NotificationsConfiguration.BuildernotificationsConfiguration(NotificationsConfiguration)CreateMeetingWithAttendeesRequest.Builder attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesRequest.Builder attendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
attendees - The attendee information, including attendees' IDs and join tokens.CreateMeetingWithAttendeesRequest.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) CreateMeetingWithAttendeesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMeetingWithAttendeesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.