Uses of Interface
software.amazon.awssdk.services.elastictranscoder.model.Thumbnails.Builder
-
Packages that use Thumbnails.Builder Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of Thumbnails.Builder in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Thumbnails.Builder Modifier and Type Method Description Thumbnails.BuilderThumbnails.Builder. aspectRatio(String aspectRatio)static Thumbnails.BuilderThumbnails. builder()Thumbnails.BuilderThumbnails.Builder. format(String format)The format of thumbnails, if any.Thumbnails.BuilderThumbnails.Builder. interval(String interval)The approximate number of seconds between thumbnails.Thumbnails.BuilderThumbnails.Builder. maxHeight(String maxHeight)The maximum height of thumbnails in pixels.Thumbnails.BuilderThumbnails.Builder. maxWidth(String maxWidth)The maximum width of thumbnails in pixels.Thumbnails.BuilderThumbnails.Builder. paddingPolicy(String paddingPolicy)When 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.Thumbnails.BuilderThumbnails.Builder. resolution(String resolution)Thumbnails.BuilderThumbnails.Builder. sizingPolicy(String sizingPolicy)Specify one of the following values to control scaling of thumbnails:Thumbnails.BuilderThumbnails. toBuilder()Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type Thumbnails.Builder Modifier and Type Method Description static Class<? extends Thumbnails.Builder>Thumbnails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type Thumbnails.Builder Modifier and Type Method Description default CreatePresetRequest.BuilderCreatePresetRequest.Builder. thumbnails(Consumer<Thumbnails.Builder> thumbnails)A section of the request body that specifies the thumbnail parameters, if any.default Preset.BuilderPreset.Builder. thumbnails(Consumer<Thumbnails.Builder> thumbnails)A section of the response body that provides information about the thumbnail preset values, if any.
-