Interface PresenterOnlyConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PresenterOnlyConfiguration.Builder,
,PresenterOnlyConfiguration> SdkBuilder<PresenterOnlyConfiguration.Builder,
,PresenterOnlyConfiguration> SdkPojo
- Enclosing class:
PresenterOnlyConfiguration
@Mutable
@NotThreadSafe
public static interface PresenterOnlyConfiguration.Builder
extends SdkPojo, CopyableBuilder<PresenterOnlyConfiguration.Builder,PresenterOnlyConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpresenterPosition
(String presenterPosition) Defines the position of the presenter video tile.presenterPosition
(PresenterPosition presenterPosition) Defines the position of the presenter 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, sdkFieldNameToField, sdkFields
-
Method Details
-
presenterPosition
Defines the position of the presenter video tile. Default:
TopRight
.- Parameters:
presenterPosition
- Defines the position of the presenter video tile. Default:TopRight
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
presenterPosition
Defines the position of the presenter video tile. Default:
TopRight
.- Parameters:
presenterPosition
- Defines the position of the presenter video tile. Default:TopRight
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-