Interface MeetingFeaturesConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MeetingFeaturesConfiguration.Builder,MeetingFeaturesConfiguration>,SdkBuilder<MeetingFeaturesConfiguration.Builder,MeetingFeaturesConfiguration>,SdkPojo
- Enclosing class:
- MeetingFeaturesConfiguration
public static interface MeetingFeaturesConfiguration.Builder extends SdkPojo, CopyableBuilder<MeetingFeaturesConfiguration.Builder,MeetingFeaturesConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MeetingFeaturesConfiguration.Builderattendee(Consumer<AttendeeFeatures.Builder> attendee)The configuration settings for the attendee features available to a meeting.MeetingFeaturesConfiguration.Builderattendee(AttendeeFeatures attendee)The configuration settings for the attendee features available to a meeting.default MeetingFeaturesConfiguration.Builderaudio(Consumer<AudioFeatures.Builder> audio)The configuration settings for the audio features available to a meeting.MeetingFeaturesConfiguration.Builderaudio(AudioFeatures audio)The configuration settings for the audio features available to a meeting.default MeetingFeaturesConfiguration.Buildercontent(Consumer<ContentFeatures.Builder> content)The configuration settings for the content features available to a meeting.MeetingFeaturesConfiguration.Buildercontent(ContentFeatures content)The configuration settings for the content features available to a meeting.default MeetingFeaturesConfiguration.Buildervideo(Consumer<VideoFeatures.Builder> video)The configuration settings for the video features available to a meeting.MeetingFeaturesConfiguration.Buildervideo(VideoFeatures video)The configuration settings for the video features available to a meeting.-
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
-
audio
MeetingFeaturesConfiguration.Builder audio(AudioFeatures audio)
The configuration settings for the audio features available to a meeting.
- Parameters:
audio- The configuration settings for the audio features available to a meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audio
default MeetingFeaturesConfiguration.Builder audio(Consumer<AudioFeatures.Builder> audio)
The configuration settings for the audio features available to a meeting.
This is a convenience method that creates an instance of theAudioFeatures.Builderavoiding the need to create one manually viaAudioFeatures.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaudio(AudioFeatures).- Parameters:
audio- a consumer that will call methods onAudioFeatures.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
audio(AudioFeatures)
-
video
MeetingFeaturesConfiguration.Builder video(VideoFeatures video)
The configuration settings for the video features available to a meeting.
- Parameters:
video- The configuration settings for the video features available to a meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
video
default MeetingFeaturesConfiguration.Builder video(Consumer<VideoFeatures.Builder> video)
The configuration settings for the video features available to a meeting.
This is a convenience method that creates an instance of theVideoFeatures.Builderavoiding the need to create one manually viaVideoFeatures.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovideo(VideoFeatures).- Parameters:
video- a consumer that will call methods onVideoFeatures.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
video(VideoFeatures)
-
content
MeetingFeaturesConfiguration.Builder content(ContentFeatures content)
The configuration settings for the content features available to a meeting.
- Parameters:
content- The configuration settings for the content features available to a meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default MeetingFeaturesConfiguration.Builder content(Consumer<ContentFeatures.Builder> content)
The configuration settings for the content features available to a meeting.
This is a convenience method that creates an instance of theContentFeatures.Builderavoiding the need to create one manually viaContentFeatures.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontent(ContentFeatures).- Parameters:
content- a consumer that will call methods onContentFeatures.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
content(ContentFeatures)
-
attendee
MeetingFeaturesConfiguration.Builder attendee(AttendeeFeatures attendee)
The configuration settings for the attendee features available to a meeting.
- Parameters:
attendee- The configuration settings for the attendee features available to a meeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attendee
default MeetingFeaturesConfiguration.Builder attendee(Consumer<AttendeeFeatures.Builder> attendee)
The configuration settings for the attendee features available to a meeting.
This is a convenience method that creates an instance of theAttendeeFeatures.Builderavoiding the need to create one manually viaAttendeeFeatures.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattendee(AttendeeFeatures).- Parameters:
attendee- a consumer that will call methods onAttendeeFeatures.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attendee(AttendeeFeatures)
-
-