public static interface Meeting.Builder extends SdkPojo, CopyableBuilder<Meeting.Builder,Meeting>
| Modifier and Type | Method and Description |
|---|---|
Meeting.Builder |
externalMeetingId(String externalMeetingId)
The external meeting ID.
|
default Meeting.Builder |
mediaPlacement(Consumer<MediaPlacement.Builder> mediaPlacement)
The media placement for the meeting.
|
Meeting.Builder |
mediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
Meeting.Builder |
mediaRegion(String mediaRegion)
The Region in which you create the meeting.
|
Meeting.Builder |
meetingArn(String meetingArn)
The ARN of the meeting.
|
default Meeting.Builder |
meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures)
The features available to a meeting, such as echo reduction.
|
Meeting.Builder |
meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as echo reduction.
|
Meeting.Builder |
meetingHostId(String meetingHostId)
Reserved.
|
Meeting.Builder |
meetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
Meeting.Builder |
primaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to this meeting.
|
Meeting.Builder |
tenantIds(Collection<String> tenantIds)
Array of strings.
|
Meeting.Builder |
tenantIds(String... tenantIds)
Array of strings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMeeting.Builder meetingId(String meetingId)
The Amazon Chime SDK meeting ID.
meetingId - The Amazon Chime SDK meeting ID.Meeting.Builder meetingHostId(String meetingHostId)
Reserved.
meetingHostId - Reserved.Meeting.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.
Meeting.Builder mediaRegion(String mediaRegion)
The Region in which you 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 you 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.
Meeting.Builder mediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
mediaPlacement - The media placement for the meeting.default Meeting.Builder mediaPlacement(Consumer<MediaPlacement.Builder> mediaPlacement)
The media placement for the meeting.
This is a convenience method that creates an instance of theMediaPlacement.Builder avoiding the need
to create one manually via MediaPlacement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mediaPlacement(MediaPlacement).
mediaPlacement - a consumer that will call methods on MediaPlacement.BuildermediaPlacement(MediaPlacement)Meeting.Builder meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as echo reduction.
meetingFeatures - The features available to a meeting, such as echo reduction.default Meeting.Builder meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures)
The features available to 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)Meeting.Builder primaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to this meeting.
primaryMeetingId - When specified, replicates the media from the primary meeting to this meeting.Meeting.Builder tenantIds(Collection<String> tenantIds)
Array of strings.
tenantIds - Array of strings.Meeting.Builder tenantIds(String... tenantIds)
Array of strings.
tenantIds - Array of strings.Meeting.Builder meetingArn(String meetingArn)
The ARN of the meeting.
meetingArn - The ARN of the meeting.Copyright © 2023. All rights reserved.