@Generated(value="software.amazon.awssdk:codegen") public final class VerticalLayoutConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerticalLayoutConfiguration.Builder,VerticalLayoutConfiguration>
Defines the configuration settings for a vertical layout.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerticalLayoutConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VerticalLayoutConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerticalLayoutConfiguration.Builder> |
serializableBuilderClass() |
String |
tileAspectRatio()
Sets the aspect ratio of the video tiles, such as 16:9.
|
Integer |
tileCount()
The maximum number of tiles to display.
|
TileOrder |
tileOrder()
Sets the automatic ordering of the video tiles.
|
String |
tileOrderAsString()
Sets the automatic ordering of the video tiles.
|
VerticalTilePosition |
tilePosition()
Sets the position of vertical tiles.
|
String |
tilePositionAsString()
Sets the position of vertical tiles.
|
VerticalLayoutConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TileOrder tileOrder()
Sets the automatic ordering of the video tiles.
If the service returns an enum value that is not available in the current SDK version, tileOrder will
return TileOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tileOrderAsString().
TileOrderpublic final String tileOrderAsString()
Sets the automatic ordering of the video tiles.
If the service returns an enum value that is not available in the current SDK version, tileOrder will
return TileOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tileOrderAsString().
TileOrderpublic final VerticalTilePosition tilePosition()
Sets the position of vertical tiles.
If the service returns an enum value that is not available in the current SDK version, tilePosition will
return VerticalTilePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from tilePositionAsString().
VerticalTilePositionpublic final String tilePositionAsString()
Sets the position of vertical tiles.
If the service returns an enum value that is not available in the current SDK version, tilePosition will
return VerticalTilePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from tilePositionAsString().
VerticalTilePositionpublic final Integer tileCount()
The maximum number of tiles to display.
public final String tileAspectRatio()
Sets the aspect ratio of the video tiles, such as 16:9.
public VerticalLayoutConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerticalLayoutConfiguration.Builder,VerticalLayoutConfiguration>public static VerticalLayoutConfiguration.Builder builder()
public static Class<? extends VerticalLayoutConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.