Interface VerticalLayoutConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VerticalLayoutConfiguration.Builder,
,VerticalLayoutConfiguration> SdkBuilder<VerticalLayoutConfiguration.Builder,
,VerticalLayoutConfiguration> SdkPojo
- Enclosing class:
VerticalLayoutConfiguration
@Mutable
@NotThreadSafe
public static interface VerticalLayoutConfiguration.Builder
extends SdkPojo, CopyableBuilder<VerticalLayoutConfiguration.Builder,VerticalLayoutConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontileAspectRatio
(String tileAspectRatio) Sets the aspect ratio of the video tiles, such as 16:9.The maximum number of tiles to display.Sets the automatic ordering of the video tiles.Sets the automatic ordering of the video tiles.tilePosition
(String tilePosition) Sets the position of vertical tiles.tilePosition
(VerticalTilePosition tilePosition) Sets the position of vertical tiles.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
-
tileOrder
Sets the automatic ordering of the video tiles.
- Parameters:
tileOrder
- Sets the automatic ordering of the video tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tileOrder
Sets the automatic ordering of the video tiles.
- Parameters:
tileOrder
- Sets the automatic ordering of the video tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tilePosition
Sets the position of vertical tiles.
- Parameters:
tilePosition
- Sets the position of vertical tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tilePosition
Sets the position of vertical tiles.
- Parameters:
tilePosition
- Sets the position of vertical tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tileCount
The maximum number of tiles to display.
- Parameters:
tileCount
- The maximum number of tiles to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tileAspectRatio
Sets the aspect ratio of the video tiles, such as 16:9.
- Parameters:
tileAspectRatio
- Sets the aspect ratio of the video tiles, such as 16:9.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-