CopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
, SdkBuilder<CreateJobRequest.Builder,CreateJobRequest>
public static interface CreateJobRequest.Builder extends CopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateJobRequest.Builder |
input(JobInput input) |
A section of the request body that provides information about the file that is being transcoded.
|
CreateJobRequest.Builder |
inputs(Collection<JobInput> inputs) |
A section of the request body that provides information about the files that are being transcoded.
|
CreateJobRequest.Builder |
inputs(JobInput... inputs) |
A section of the request body that provides information about the files that are being transcoded.
|
CreateJobRequest.Builder |
output(CreateJobOutput output) |
A section of the request body that provides information about the transcoded (target) file.
|
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 |
outputs(Collection<CreateJobOutput> outputs) |
A section of the request body that provides information about the transcoded (target) files.
|
CreateJobRequest.Builder |
outputs(CreateJobOutput... outputs) |
A section of the request body that provides information about the transcoded (target) files.
|
CreateJobRequest.Builder |
pipelineId(String pipelineId) |
The
Id of the pipeline that you want Elastic Transcoder to use for transcoding. |
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 |
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 |
userMetadata(Map<String,String> userMetadata) |
User-defined metadata that you want to associate with an Elastic Transcoder job.
|
copy
apply, build
CreateJobRequest.Builder pipelineId(String pipelineId)
The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline
determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to
transcode and the bucket into which Elastic Transcoder puts the transcoded files.
pipelineId
- The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The
pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder
gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.CreateJobRequest.Builder input(JobInput input)
A section of the request body that provides information about the file that is being transcoded.
input
- A section of the request body that provides information about the file that is being transcoded.CreateJobRequest.Builder inputs(Collection<JobInput> inputs)
A section of the request body that provides information about the files that are being transcoded.
inputs
- A section of the request body that provides information about the files that are being transcoded.CreateJobRequest.Builder inputs(JobInput... inputs)
A section of the request body that provides information about the files that are being transcoded.
NOTE: This method appends the values to the existing list (if any). Use
#setInputs(java.util.Collection)
or #withInputs(java.util.Collection)
if you want to override
the existing values.
inputs
- A section of the request body that provides information about the files that are being transcoded.CreateJobRequest.Builder output(CreateJobOutput output)
A section of the request body that provides information about the transcoded (target) file. We strongly
recommend that you use the Outputs
syntax instead of the Output
syntax.
output
- A section of the request body that provides information about the transcoded (target) file. We
strongly recommend that you use the Outputs
syntax instead of the Output
syntax.CreateJobRequest.Builder outputs(Collection<CreateJobOutput> outputs)
A section of the request body that provides information about the transcoded (target) files. We recommend
that you use the Outputs
syntax instead of the Output
syntax.
outputs
- A section of the request body that provides information about the transcoded (target) files. We
recommend that you use the Outputs
syntax instead of the Output
syntax.CreateJobRequest.Builder outputs(CreateJobOutput... outputs)
A section of the request body that provides information about the transcoded (target) files. We recommend
that you use the Outputs
syntax instead of the Output
syntax.
NOTE: This method appends the values to the existing list (if any). Use
#setOutputs(java.util.Collection)
or #withOutputs(java.util.Collection)
if you want to
override the existing values.
outputs
- A section of the request body that provides information about the transcoded (target) files. We
recommend that you use the Outputs
syntax instead of the Output
syntax.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.
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 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.
The maximum number of master playlists in a job is 30.
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.
The maximum number of master playlists in a job is 30.
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.
The maximum number of master playlists in a job is 30.
NOTE: This method appends the values to the existing list (if any). Use
#setPlaylists(java.util.Collection)
or #withPlaylists(java.util.Collection)
if you want to
override the existing values.
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.
The maximum number of master playlists in a job is 30.
CreateJobRequest.Builder userMetadata(Map<String,String> userMetadata)
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic
Transcoder does not guarantee that key/value
pairs are returned in the same order in which you
specify them.
userMetadata
- User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata
in key/value
pairs, and you can add up to 10 key/value
pairs per job.
Elastic Transcoder does not guarantee that key/value
pairs are returned in the same order
in which you specify them.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.