Interface Meeting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Meeting.Builder,
,Meeting> SdkBuilder<Meeting.Builder,
,Meeting> SdkPojo
- Enclosing class:
Meeting
@Mutable
@NotThreadSafe
public static interface Meeting.Builder
extends SdkPojo, CopyableBuilder<Meeting.Builder,Meeting>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Meeting.Builder
mediaPlacement
(Consumer<MediaPlacement.Builder> mediaPlacement) The media placement for the meeting.mediaPlacement
(MediaPlacement mediaPlacement) The media placement for the meeting.mediaRegion
(String mediaRegion) The Amazon Web Services Region in which you create the meeting.default Meeting.Builder
meetingFeatures
(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures) The configuration settings of the features available to a meeting.meetingFeatures
(MeetingFeaturesConfiguration meetingFeatures) The configuration settings of the features available to a meeting.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
-
mediaRegion
The Amazon Web Services Region in which you create the meeting.
- Parameters:
mediaRegion
- The Amazon Web Services Region in which you create the meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 theMediaPlacement.Builder
avoiding the need to create one manually viaMediaPlacement.builder()
.When the
Consumer
completes,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:
-
meetingFeatures
The configuration settings of the features available to a meeting.
- Parameters:
meetingFeatures
- The configuration settings of the features available to a meeting.- 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 configuration settings of the features available to a meeting.
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.
-