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 theActiveSpeakerOnlyvideo tile.activeSpeakerPosition(ActiveSpeakerPosition activeSpeakerPosition) The position of theActiveSpeakerOnlyvideo tile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
activeSpeakerPosition
The position of the
ActiveSpeakerOnlyvideo tile.- Parameters:
 activeSpeakerPosition- The position of theActiveSpeakerOnlyvideo 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
ActiveSpeakerOnlyvideo tile.- Parameters:
 activeSpeakerPosition- The position of theActiveSpeakerOnlyvideo tile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -