public static interface CreateMeetingWithAttendeesRequest.Builder extends ChimeSdkMeetingsRequest.Builder, SdkPojo, CopyableBuilder<CreateMeetingWithAttendeesRequest.Builder,CreateMeetingWithAttendeesRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest.Builder |
attendees(Collection<CreateAttendeeRequestItem> 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.
|
CreateMeetingWithAttendeesRequest.Builder |
attendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest.Builder |
clientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateMeetingWithAttendeesRequest.Builder |
externalMeetingId(String externalMeetingId)
The external meeting ID.
|
CreateMeetingWithAttendeesRequest.Builder |
mediaRegion(String mediaRegion)
The Region in which to create the meeting.
|
default CreateMeetingWithAttendeesRequest.Builder |
meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest.Builder |
meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest.Builder |
meetingHostId(String meetingHostId)
Reserved.
|
default CreateMeetingWithAttendeesRequest.Builder |
notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest.Builder |
notificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMeetingWithAttendeesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMeetingWithAttendeesRequest.Builder |
primaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to the new meeting.
|
CreateMeetingWithAttendeesRequest.Builder |
tags(Collection<Tag> tags)
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
tags(Tag... tags)
The tags in the request.
|
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 |
tenantIds(String... tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their
users.
|
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.
Available values: af-south-1, ap-northeast-1, ap-northeast-2,
ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1,
eu-central-1, eu-north-1, eu-south-1, eu-west-1,
eu-west-2, eu-west-3, sa-east-1, us-east-1,
us-east-2, us-west-1, us-west-2.
Available values in AWS GovCloud (US) Regions: us-gov-east-1, us-gov-west-1.
mediaRegion - The Region in which to create the meeting.
Available values: af-south-1, ap-northeast-1, ap-northeast-2,
ap-south-1, ap-southeast-1, ap-southeast-2,
ca-central-1, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1,
us-east-1, us-east-2, us-west-1, us-west-2.
Available values in AWS GovCloud (US) Regions: us-gov-east-1, us-gov-west-1.
CreateMeetingWithAttendeesRequest.Builder meetingHostId(String meetingHostId)
Reserved.
meetingHostId - Reserved.CreateMeetingWithAttendeesRequest.Builder externalMeetingId(String externalMeetingId)
The external meeting ID.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this prefix.
Case insensitive.
externalMeetingId - The external meeting ID.
Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
Values that begin with aws: are reserved. You can't configure a value that uses this
prefix. Case insensitive.
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 method 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 method 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 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) CreateMeetingWithAttendeesRequest.Builder primaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to the new meeting.
primaryMeetingId - When specified, replicates the media from the primary meeting to the new meeting.CreateMeetingWithAttendeesRequest.Builder tenantIds(Collection<String> tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
tenantIds - A consistent and opaque identifier, created and maintained by the builder to represent a segment of
their users.CreateMeetingWithAttendeesRequest.Builder tenantIds(String... tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
tenantIds - A consistent and opaque identifier, created and maintained by the builder to represent a segment of
their users.CreateMeetingWithAttendeesRequest.Builder tags(Collection<Tag> tags)
The tags in the request.
tags - The tags in the request.CreateMeetingWithAttendeesRequest.Builder tags(Tag... tags)
The tags in the request.
tags - The tags in the request.CreateMeetingWithAttendeesRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags in the request.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateMeetingWithAttendeesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMeetingWithAttendeesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.