Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private Job |
ReadJobResult.job
A section of the response body that provides information about the job.
|
private Job |
CreateJobResult.job
A section of the response body that provides information about the job
that is created.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Job> |
ListJobsByStatusResult.jobs
An array of
Job objects that have the specified status. |
private SdkInternalList<Job> |
ListJobsByPipelineResult.jobs
An array of
Job objects that are in the specified pipeline. |
Modifier and Type | Method and Description |
---|---|
Job |
Job.addUserMetadataEntry(java.lang.String key,
java.lang.String value) |
Job |
Job.clearUserMetadataEntries()
Removes all the entries added into UserMetadata.
|
Job |
Job.clone() |
Job |
ReadJobResult.getJob()
A section of the response body that provides information about the job.
|
Job |
CreateJobResult.getJob()
A section of the response body that provides information about the job
that is created.
|
Job |
Job.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) for the job.
|
Job |
Job.withId(java.lang.String id)
The identifier that Elastic Transcoder assigned to the job.
|
Job |
Job.withInput(JobInput input)
A section of the request or response body that provides information about
the file that is being transcoded.
|
Job |
Job.withOutput(JobOutput output)
If you specified one output for a job, information about that output.
|
Job |
Job.withOutputKeyPrefix(java.lang.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.
|
Job |
Job.withOutputs(java.util.Collection<JobOutput> outputs)
Information about the output files.
|
Job |
Job.withOutputs(JobOutput... outputs)
Information about the output files.
|
Job |
Job.withPipelineId(java.lang.String pipelineId)
The
Id of the pipeline that you want Elastic Transcoder to
use for transcoding. |
Job |
Job.withPlaylists(java.util.Collection<Playlist> playlists)
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. |
Job |
Job.withPlaylists(Playlist... playlists)
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. |
Job |
Job.withStatus(java.lang.String status)
The status of the job:
Submitted , Progressing ,
Complete , Canceled , or Error . |
Job |
Job.withTiming(Timing timing)
Details about the timing of a job.
|
Job |
Job.withUserMetadata(java.util.Map<java.lang.String,java.lang.String> userMetadata)
User-defined metadata that you want to associate with an Elastic
Transcoder job.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Job> |
ListJobsByStatusResult.getJobs()
An array of
Job objects that have the specified status. |
java.util.List<Job> |
ListJobsByPipelineResult.getJobs()
An array of
Job objects that are in the specified pipeline. |
Modifier and Type | Method and Description |
---|---|
void |
ReadJobResult.setJob(Job job)
A section of the response body that provides information about the job.
|
void |
CreateJobResult.setJob(Job job)
A section of the response body that provides information about the job
that is created.
|
ReadJobResult |
ReadJobResult.withJob(Job job)
A section of the response body that provides information about the job.
|
CreateJobResult |
CreateJobResult.withJob(Job job)
A section of the response body that provides information about the job
that is created.
|
ListJobsByStatusResult |
ListJobsByStatusResult.withJobs(Job... jobs)
An array of
Job objects that have the specified status. |
ListJobsByPipelineResult |
ListJobsByPipelineResult.withJobs(Job... jobs)
An array of
Job objects that are in the specified pipeline. |
Modifier and Type | Method and Description |
---|---|
void |
ListJobsByStatusResult.setJobs(java.util.Collection<Job> jobs)
An array of
Job objects that have the specified status. |
void |
ListJobsByPipelineResult.setJobs(java.util.Collection<Job> jobs)
An array of
Job objects that are in the specified pipeline. |
ListJobsByStatusResult |
ListJobsByStatusResult.withJobs(java.util.Collection<Job> jobs)
An array of
Job objects that have the specified status. |
ListJobsByPipelineResult |
ListJobsByPipelineResult.withJobs(java.util.Collection<Job> jobs)
An array of
Job objects that are in the specified pipeline. |
Modifier and Type | Method and Description |
---|---|
Job |
JobJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobJsonMarshaller.marshall(Job job,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|