| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateJobOutput.Builder |
CreateJobOutput.Builder.albumArt(Consumer<JobAlbumArt.Builder> albumArt)
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.albumArt(JobAlbumArt albumArt)
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
|
static CreateJobOutput.Builder |
CreateJobOutput.builder() |
CreateJobOutput.Builder |
CreateJobOutput.Builder.captions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
default CreateJobOutput.Builder |
CreateJobOutput.Builder.captions(Consumer<Captions.Builder> captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.composition(Clip... composition)
Deprecated.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.composition(Collection<Clip> composition)
Deprecated.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.composition(Consumer<Clip.Builder>... composition)
Deprecated.
|
default CreateJobOutput.Builder |
CreateJobOutput.Builder.encryption(Consumer<Encryption.Builder> encryption)
You can specify encryption settings for any output files that you want to use for a transcoding job.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.encryption(Encryption encryption)
You can specify encryption settings for any output files that you want to use for a transcoding job.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.key(String key)
The name to assign to the transcoded file.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.presetId(String presetId)
The
Id of the preset to use for this job. |
CreateJobOutput.Builder |
CreateJobOutput.Builder.rotate(String rotate)
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the
input.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.segmentDuration(String segmentDuration)
|
default CreateJobOutput.Builder |
CreateJobOutput.Builder.thumbnailEncryption(Consumer<Encryption.Builder> thumbnailEncryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.thumbnailEncryption(Encryption thumbnailEncryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.thumbnailPattern(String thumbnailPattern)
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic
Transcoder to name the files.
|
CreateJobOutput.Builder |
CreateJobOutput.toBuilder() |
CreateJobOutput.Builder |
CreateJobOutput.Builder.watermarks(Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.watermarks(Consumer<JobWatermark.Builder>... watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
CreateJobOutput.Builder |
CreateJobOutput.Builder.watermarks(JobWatermark... watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateJobOutput.Builder> |
CreateJobOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.output(Consumer<CreateJobOutput.Builder> output)
A section of the request body that provides information about the transcoded (target) file.
|
Copyright © 2023. All rights reserved.