Class HorizontalLayoutConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.HorizontalLayoutConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HorizontalLayoutConfiguration.Builder,HorizontalLayoutConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHorizontalLayoutConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HorizontalLayoutConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends HorizontalLayoutConfiguration.Builder>serializableBuilderClass()StringtileAspectRatio()Specifies the aspect ratio of all video tiles.IntegertileCount()The maximum number of video tiles to display.TileOrdertileOrder()Sets the automatic ordering of the video tiles.StringtileOrderAsString()Sets the automatic ordering of the video tiles.HorizontalTilePositiontilePosition()Sets the position of horizontal tiles.StringtilePositionAsString()Sets the position of horizontal tiles.HorizontalLayoutConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tileOrder
public 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,
tileOrderwill returnTileOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtileOrderAsString().- Returns:
- Sets the automatic ordering of the video tiles.
- See Also:
TileOrder
-
tileOrderAsString
public 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,
tileOrderwill returnTileOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtileOrderAsString().- Returns:
- Sets the automatic ordering of the video tiles.
- See Also:
TileOrder
-
tilePosition
public 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,
tilePositionwill returnHorizontalTilePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtilePositionAsString().- Returns:
- Sets the position of horizontal tiles.
- See Also:
HorizontalTilePosition
-
tilePositionAsString
public 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,
tilePositionwill returnHorizontalTilePosition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtilePositionAsString().- Returns:
- Sets the position of horizontal tiles.
- See Also:
HorizontalTilePosition
-
tileCount
public final Integer tileCount()
The maximum number of video tiles to display.
- Returns:
- The maximum number of video tiles to display.
-
tileAspectRatio
public final String tileAspectRatio()
Specifies the aspect ratio of all video tiles.
- Returns:
- Specifies the aspect ratio of all video tiles.
-
toBuilder
public HorizontalLayoutConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HorizontalLayoutConfiguration.Builder,HorizontalLayoutConfiguration>
-
builder
public static HorizontalLayoutConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends HorizontalLayoutConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-