Interface ActiveSpeakerOnlyConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActiveSpeakerOnlyConfiguration.Builder,
,ActiveSpeakerOnlyConfiguration> SdkBuilder<ActiveSpeakerOnlyConfiguration.Builder,
,ActiveSpeakerOnlyConfiguration> SdkPojo
- Enclosing class:
ActiveSpeakerOnlyConfiguration
public static interface ActiveSpeakerOnlyConfiguration.Builder
extends SdkPojo, CopyableBuilder<ActiveSpeakerOnlyConfiguration.Builder,ActiveSpeakerOnlyConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionactiveSpeakerPosition
(String activeSpeakerPosition) The position of theActiveSpeakerOnly
video tile.activeSpeakerPosition
(ActiveSpeakerPosition activeSpeakerPosition) The position of theActiveSpeakerOnly
video tile.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 Details
-
activeSpeakerPosition
The position of the
ActiveSpeakerOnly
video tile.- Parameters:
activeSpeakerPosition
- The position of theActiveSpeakerOnly
video tile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activeSpeakerPosition
ActiveSpeakerOnlyConfiguration.Builder activeSpeakerPosition(ActiveSpeakerPosition activeSpeakerPosition) The position of the
ActiveSpeakerOnly
video tile.- Parameters:
activeSpeakerPosition
- The position of theActiveSpeakerOnly
video tile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-