Class MinTopRenditionSize
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.MinTopRenditionSize
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MinTopRenditionSize.Builder,MinTopRenditionSize>
@Generated("software.amazon.awssdk:codegen") public final class MinTopRenditionSize extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MinTopRenditionSize.Builder,MinTopRenditionSize>
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMinTopRenditionSize.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MinTopRenditionSize.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerheight()Use Height to define the video resolution height, in pixels, for this rule.List<SdkField<?>>sdkFields()static Class<? extends MinTopRenditionSize.Builder>serializableBuilderClass()MinTopRenditionSize.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integerwidth()Use Width to define the video resolution width, in pixels, for this rule.-
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
-
height
public final Integer height()
Use Height to define the video resolution height, in pixels, for this rule.- Returns:
- Use Height to define the video resolution height, in pixels, for this rule.
-
width
public final Integer width()
Use Width to define the video resolution width, in pixels, for this rule.- Returns:
- Use Width to define the video resolution width, in pixels, for this rule.
-
toBuilder
public MinTopRenditionSize.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MinTopRenditionSize.Builder,MinTopRenditionSize>
-
builder
public static MinTopRenditionSize.Builder builder()
-
serializableBuilderClass
public static Class<? extends MinTopRenditionSize.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.
-
-