public static interface CreateJobRequest.Builder extends ElasticTranscoderRequest.Builder, SdkPojo, CopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
Modifier and Type | Method and Description |
---|---|
default 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 |
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(Consumer<JobInput.Builder>... 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.
|
default CreateJobRequest.Builder |
output(Consumer<CreateJobOutput.Builder> output)
A section of the request body that provides information about the transcoded (target) file.
|
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(Consumer<CreateJobOutput.Builder>... 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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(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 |
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.
|
build
overrideConfiguration
copy
applyMutation, 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.default CreateJobRequest.Builder input(Consumer<JobInput.Builder> input)
A section of the request body that provides information about the file that is being transcoded.
This is a convenience that creates an instance of theJobInput.Builder
avoiding the need to create
one manually via JobInput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to input(JobInput)
.input
- a consumer that will call methods on JobInput.Builder
input(JobInput)
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.
inputs
- A section of the request body that provides information about the files that are being transcoded.CreateJobRequest.Builder inputs(Consumer<JobInput.Builder>... inputs)
A section of the request body that provides information about the files that are being transcoded.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #inputs(List)
.inputs
- a consumer that will call methods on List.Builder
#inputs(List)
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.default CreateJobRequest.Builder output(Consumer<CreateJobOutput.Builder> 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.
CreateJobOutput.Builder
avoiding the need to
create one manually via CreateJobOutput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to output(CreateJobOutput)
.output
- a consumer that will call methods on CreateJobOutput.Builder
output(CreateJobOutput)
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.
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(Consumer<CreateJobOutput.Builder>... 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.
List.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #outputs(List)
.outputs
- a consumer that will call methods on List.Builder
#outputs(List)
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.
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(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.
The maximum number of master playlists in a job is 30.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #playlists(List)
.playlists
- a consumer that will call methods on List.Builder
#playlists(List)
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.CreateJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.