static CreateJobRequest.Builder |
CreateJobRequest.builder() |
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.input(Consumer<JobInput.Builder> input) |
A section of the request body that provides information about the file that is being transcoded.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.input(JobInput input) |
A section of the request body that provides information about the file that is being transcoded.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputs(Collection<JobInput> inputs) |
A section of the request body that provides information about the files that are being transcoded.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputs(Consumer<JobInput.Builder>... inputs) |
A section of the request body that provides information about the files that are being transcoded.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputs(JobInput... inputs) |
A section of the request body that provides information about the files that are being transcoded.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.output(Consumer<CreateJobOutput.Builder> output) |
A section of the request body that provides information about the transcoded (target) file.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.output(CreateJobOutput output) |
A section of the request body that provides information about the transcoded (target) file.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputKeyPrefix(String outputKeyPrefix) |
The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job
creates, including output files, thumbnails, and playlists.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputs(Collection<CreateJobOutput> outputs) |
A section of the request body that provides information about the transcoded (target) files.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputs(Consumer<CreateJobOutput.Builder>... outputs) |
A section of the request body that provides information about the transcoded (target) files.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputs(CreateJobOutput... outputs) |
A section of the request body that provides information about the transcoded (target) files.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.pipelineId(String pipelineId) |
The Id of the pipeline that you want Elastic Transcoder to use for transcoding.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.playlists(Collection<CreateJobPlaylist> playlists) |
If you specify a preset in PresetId for which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want
Elastic Transcoder to create.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.playlists(Consumer<CreateJobPlaylist.Builder>... playlists) |
If you specify a preset in PresetId for which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want
Elastic Transcoder to create.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.playlists(CreateJobPlaylist... playlists) |
If you specify a preset in PresetId for which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want
Elastic Transcoder to create.
|
CreateJobRequest.Builder |
CreateJobRequest.toBuilder() |
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.userMetadata(Map<String,String> userMetadata) |
User-defined metadata that you want to associate with an Elastic Transcoder job.
|