@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HorizontalLayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines the configuration settings for the horizontal layout.
| Constructor and Description |
|---|
HorizontalLayoutConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
HorizontalLayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getTileAspectRatio()
Sets the aspect ratio of the video tiles, such as 16:9.
|
Integer |
getTileCount()
The maximum number of video tiles to display.
|
String |
getTileOrder()
Sets the automatic ordering of the video tiles.
|
String |
getTilePosition()
Sets the position of horizontal tiles.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
|
void |
setTileCount(Integer tileCount)
The maximum number of video tiles to display.
|
void |
setTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
|
void |
setTilePosition(String tilePosition)
Sets the position of horizontal tiles.
|
String |
toString()
Returns a string representation of this object.
|
HorizontalLayoutConfiguration |
withTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
|
HorizontalLayoutConfiguration |
withTileCount(Integer tileCount)
The maximum number of video tiles to display.
|
HorizontalLayoutConfiguration |
withTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
|
HorizontalLayoutConfiguration |
withTileOrder(TileOrder tileOrder)
Sets the automatic ordering of the video tiles.
|
HorizontalLayoutConfiguration |
withTilePosition(HorizontalTilePosition tilePosition)
Sets the position of horizontal tiles.
|
HorizontalLayoutConfiguration |
withTilePosition(String tilePosition)
Sets the position of horizontal tiles.
|
public void setTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
tileOrder - Sets the automatic ordering of the video tiles.TileOrderpublic String getTileOrder()
Sets the automatic ordering of the video tiles.
TileOrderpublic HorizontalLayoutConfiguration withTileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
tileOrder - Sets the automatic ordering of the video tiles.TileOrderpublic HorizontalLayoutConfiguration withTileOrder(TileOrder tileOrder)
Sets the automatic ordering of the video tiles.
tileOrder - Sets the automatic ordering of the video tiles.TileOrderpublic void setTilePosition(String tilePosition)
Sets the position of horizontal tiles.
tilePosition - Sets the position of horizontal tiles.HorizontalTilePositionpublic String getTilePosition()
Sets the position of horizontal tiles.
HorizontalTilePositionpublic HorizontalLayoutConfiguration withTilePosition(String tilePosition)
Sets the position of horizontal tiles.
tilePosition - Sets the position of horizontal tiles.HorizontalTilePositionpublic HorizontalLayoutConfiguration withTilePosition(HorizontalTilePosition tilePosition)
Sets the position of horizontal tiles.
tilePosition - Sets the position of horizontal tiles.HorizontalTilePositionpublic void setTileCount(Integer tileCount)
The maximum number of video tiles to display.
tileCount - The maximum number of video tiles to display.public Integer getTileCount()
The maximum number of video tiles to display.
public HorizontalLayoutConfiguration withTileCount(Integer tileCount)
The maximum number of video tiles to display.
tileCount - The maximum number of video tiles to display.public void setTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
tileAspectRatio - Sets the aspect ratio of the video tiles, such as 16:9.public String getTileAspectRatio()
Sets the aspect ratio of the video tiles, such as 16:9.
public HorizontalLayoutConfiguration withTileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
tileAspectRatio - Sets the aspect ratio of the video tiles, such as 16:9.public String toString()
toString in class ObjectObject.toString()public HorizontalLayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.