@Generated(value="software.amazon.awssdk:codegen") public final class HorizontalLayoutConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HorizontalLayoutConfiguration.Builder,HorizontalLayoutConfiguration>
Defines the configuration settings for the horizontal layout.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HorizontalLayoutConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HorizontalLayoutConfiguration.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 HorizontalLayoutConfiguration.Builder> |
serializableBuilderClass() |
String |
tileAspectRatio()
Specifies the aspect ratio of all video tiles.
|
Integer |
tileCount()
The maximum number of video tiles to display.
|
TileOrder |
tileOrder()
Sets the automatic ordering of the video tiles.
|
String |
tileOrderAsString()
Sets the automatic ordering of the video tiles.
|
HorizontalTilePosition |
tilePosition()
Sets the position of horizontal tiles.
|
String |
tilePositionAsString()
Sets the position of horizontal tiles.
|
HorizontalLayoutConfiguration.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 HorizontalTilePosition tilePosition()
Sets the position of horizontal tiles.
If the service returns an enum value that is not available in the current SDK version, tilePosition will
return HorizontalTilePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from tilePositionAsString().
HorizontalTilePositionpublic final String tilePositionAsString()
Sets the position of horizontal tiles.
If the service returns an enum value that is not available in the current SDK version, tilePosition will
return HorizontalTilePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from tilePositionAsString().
HorizontalTilePositionpublic final Integer tileCount()
The maximum number of video tiles to display.
public final String tileAspectRatio()
Specifies the aspect ratio of all video tiles.
public HorizontalLayoutConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HorizontalLayoutConfiguration.Builder,HorizontalLayoutConfiguration>public static HorizontalLayoutConfiguration.Builder builder()
public static Class<? extends HorizontalLayoutConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.