Interface WebRTCMeeting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebRTCMeeting.Builder,
,WebRTCMeeting> SdkBuilder<WebRTCMeeting.Builder,
,WebRTCMeeting> SdkPojo
- Enclosing class:
WebRTCMeeting
@Mutable
@NotThreadSafe
public static interface WebRTCMeeting.Builder
extends SdkPojo, CopyableBuilder<WebRTCMeeting.Builder,WebRTCMeeting>
-
Method Summary
Modifier and TypeMethodDescriptiondefault WebRTCMeeting.Builder
mediaPlacement
(Consumer<WebRTCMediaPlacement.Builder> mediaPlacement) The media placement for the meeting.mediaPlacement
(WebRTCMediaPlacement mediaPlacement) The media placement for the meeting.default WebRTCMeeting.Builder
meetingFeatures
(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures) Sets the value of the MeetingFeatures property for this object.meetingFeatures
(MeetingFeaturesConfiguration meetingFeatures) Sets the value of the MeetingFeatures property for this object.The Amazon Chime SDK meeting ID.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The media placement for the meeting.
This is a convenience method that creates an instance of theWebRTCMediaPlacement.Builder
avoiding the need to create one manually viaWebRTCMediaPlacement.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomediaPlacement(WebRTCMediaPlacement)
.- Parameters:
mediaPlacement
- a consumer that will call methods onWebRTCMediaPlacement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
meetingFeatures
Sets the value of the MeetingFeatures property for this object.- Parameters:
meetingFeatures
- The new value for the MeetingFeatures property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingFeatures
default WebRTCMeeting.Builder meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures) Sets the value of the MeetingFeatures property for this object. This is a convenience method that creates an instance of theMeetingFeaturesConfiguration.Builder
avoiding the need to create one manually viaMeetingFeaturesConfiguration.builder()
.When the
Consumer
completes,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:
-
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.
-