Class ForceIncludeRenditionSize
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.ForceIncludeRenditionSize
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ForceIncludeRenditionSize.Builder,ForceIncludeRenditionSize>
@Generated("software.amazon.awssdk:codegen") public final class ForceIncludeRenditionSize extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForceIncludeRenditionSize.Builder,ForceIncludeRenditionSize>
Use Force include renditions to specify one or more resolutions to include your ABR stack. * (Recommended) To optimize automated ABR, specify as few resolutions as possible. * (Required) The number of resolutions that you specify must be equal to, or less than, the Max renditions setting. * If you specify a Min top rendition size rule, specify at least one resolution that is equal to, or greater than, Min top rendition size. * If you specify a Min bottom rendition size rule, only specify resolutions that are equal to, or greater than, Min bottom rendition size. * If you specify a Force include renditions rule, do not specify a separate rule for Allowed renditions. * Note: The ABR stack may include other resolutions that you do not specify here, depending on the Max renditions setting.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceForceIncludeRenditionSize.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ForceIncludeRenditionSize.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 ForceIncludeRenditionSize.Builder>serializableBuilderClass()ForceIncludeRenditionSize.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 ForceIncludeRenditionSize.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ForceIncludeRenditionSize.Builder,ForceIncludeRenditionSize>
-
builder
public static ForceIncludeRenditionSize.Builder builder()
-
serializableBuilderClass
public static Class<? extends ForceIncludeRenditionSize.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.
-
-