Interface Meeting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Meeting.Builder,Meeting>,SdkBuilder<Meeting.Builder,Meeting>,SdkPojo
- Enclosing class:
- Meeting
public static interface Meeting.Builder extends SdkPojo, CopyableBuilder<Meeting.Builder,Meeting>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Meeting.BuilderexternalMeetingId(String externalMeetingId)The external meeting ID.default Meeting.BuildermediaPlacement(Consumer<MediaPlacement.Builder> mediaPlacement)The media placement for the meeting.Meeting.BuildermediaPlacement(MediaPlacement mediaPlacement)The media placement for the meeting.Meeting.BuildermediaRegion(String mediaRegion)The Region in which you create the meeting.Meeting.BuildermeetingArn(String meetingArn)The ARN of the meeting.default Meeting.BuildermeetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures)The features available to a meeting, such as echo reduction.Meeting.BuildermeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)The features available to a meeting, such as echo reduction.Meeting.BuildermeetingHostId(String meetingHostId)Reserved.Meeting.BuildermeetingId(String meetingId)The Amazon Chime SDK meeting ID.Meeting.BuilderprimaryMeetingId(String primaryMeetingId)When specified, replicates the media from the primary meeting to this meeting.Meeting.BuildertenantIds(String... tenantIds)Array of strings.Meeting.BuildertenantIds(Collection<String> tenantIds)Array of strings.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
meetingId
Meeting.Builder meetingId(String meetingId)
The Amazon Chime SDK meeting ID.
- Parameters:
meetingId- The Amazon Chime SDK meeting ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingHostId
Meeting.Builder meetingHostId(String meetingHostId)
Reserved.
- Parameters:
meetingHostId- Reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalMeetingId
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaRegion
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 Amazon Web Services GovCloud (US) Regions:
us-gov-east-1,us-gov-west-1.- Parameters:
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 Amazon Web Services GovCloud (US) Regions:
us-gov-east-1,us-gov-west-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaPlacement
Meeting.Builder mediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
- Parameters:
mediaPlacement- The media placement for the meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaPlacement
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.Builderavoiding the need to create one manually viaMediaPlacement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomediaPlacement(MediaPlacement).- Parameters:
mediaPlacement- a consumer that will call methods onMediaPlacement.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mediaPlacement(MediaPlacement)
-
meetingFeatures
Meeting.Builder meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as echo reduction.
- Parameters:
meetingFeatures- The features available to a meeting, such as echo reduction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingFeatures
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.Builderavoiding the need to create one manually viaMeetingFeaturesConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomeetingFeatures(MeetingFeaturesConfiguration).- Parameters:
meetingFeatures- a consumer that will call methods onMeetingFeaturesConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
meetingFeatures(MeetingFeaturesConfiguration)
-
primaryMeetingId
Meeting.Builder primaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to this meeting.
- Parameters:
primaryMeetingId- When specified, replicates the media from the primary meeting to this meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantIds
Meeting.Builder tenantIds(Collection<String> tenantIds)
Array of strings.
- Parameters:
tenantIds- Array of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantIds
Meeting.Builder tenantIds(String... tenantIds)
Array of strings.
- Parameters:
tenantIds- Array of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingArn
Meeting.Builder meetingArn(String meetingArn)
The ARN of the meeting.
- Parameters:
meetingArn- The ARN of the meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-