Class Thumbnails
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<Thumbnails.Builder,- Thumbnails> 
Thumbnails for videos.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringstatic Thumbnails.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Stringformat()The format of thumbnails, if any.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringinterval()The approximate number of seconds between thumbnails.final StringThe maximum height of thumbnails in pixels.final StringmaxWidth()The maximum width of thumbnails in pixels.final StringWhen you setPaddingPolicytoPad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnailMaxWidthandMaxHeightsettings.final Stringstatic Class<? extends Thumbnails.Builder> final StringSpecify one of the following values to control scaling of thumbnails:Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
formatThe format of thumbnails, if any. Valid values are jpgandpng.You specify whether you want Elastic Transcoder to create thumbnails when you create a job. - Returns:
- The format of thumbnails, if any. Valid values are jpgandpng.You specify whether you want Elastic Transcoder to create thumbnails when you create a job. 
 
- 
intervalThe approximate number of seconds between thumbnails. Specify an integer value. - Returns:
- The approximate number of seconds between thumbnails. Specify an integer value.
 
- 
resolutionTo better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth,MaxHeight,SizingPolicy, andPaddingPolicyinstead ofResolutionandAspectRatio. The two groups of settings are mutually exclusive. Do not use them together.The width and height of thumbnail files in pixels. Specify a value in the format widthxheightwhere both values are even integers. The values cannot exceed the width and height that you specified in theVideo:Resolutionobject.- Returns:
- To better control resolution and aspect ratio of thumbnails, we recommend that you use the values - MaxWidth,- MaxHeight,- SizingPolicy, and- PaddingPolicyinstead of- Resolutionand- AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.- The width and height of thumbnail files in pixels. Specify a value in the format - widthx- heightwhere both values are even integers. The values cannot exceed the width and height that you specified in the- Video:Resolutionobject.
 
- 
aspectRatioTo better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth,MaxHeight,SizingPolicy, andPaddingPolicyinstead ofResolutionandAspectRatio. The two groups of settings are mutually exclusive. Do not use them together.The aspect ratio of thumbnails. Valid values include: auto,1:1,4:3,3:2,16:9If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.- Returns:
- To better control resolution and aspect ratio of thumbnails, we recommend that you use the values - MaxWidth,- MaxHeight,- SizingPolicy, and- PaddingPolicyinstead of- Resolutionand- AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.- The aspect ratio of thumbnails. Valid values include: - auto,- 1:1,- 4:3,- 3:2,- 16:9- If you specify - auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.
 
- 
maxWidthThe maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096. - Returns:
- The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.
 
- 
maxHeightThe maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072. - Returns:
- The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.
 
- 
sizingPolicySpecify one of the following values to control scaling of thumbnails: - 
 Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.
- 
 Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnailMaxWidthorMaxHeightsettings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.
- 
 Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnailMaxWidthandMaxHeightsettings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.
- 
 Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnailMaxWidthandMaxHeightsettings, Elastic Transcoder crops the thumbnails.
- 
 ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnailMaxWidthandMaxHeightwithout exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.
- 
 ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one ofMaxWidthandMaxHeightwithout dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.
 - Returns:
- Specify one of the following values to control scaling of thumbnails:
         - 
         Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.
- 
         Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnailMaxWidthorMaxHeightsettings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.
- 
         Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnailMaxWidthandMaxHeightsettings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.
- 
         Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnailMaxWidthandMaxHeightsettings, Elastic Transcoder crops the thumbnails.
- 
         ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnailMaxWidthandMaxHeightwithout exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.
- 
         ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one ofMaxWidthandMaxHeightwithout dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.
 
- 
         
 
- 
 
- 
paddingPolicyWhen you set PaddingPolicytoPad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnailMaxWidthandMaxHeightsettings.- Returns:
- When you set PaddingPolicytoPad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnailMaxWidthandMaxHeightsettings.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<Thumbnails.Builder,- Thumbnails> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-