Uses of Class
com.amazonaws.services.elastictranscoder.model.Job
-
Packages that use Job Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Job in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Job Modifier and Type Method Description Job
Job. addUserMetadataEntry(String key, String value)
Job
Job. clearUserMetadataEntries()
Removes all the entries added into UserMetadata.Job
Job. clone()
Job
CreateJobResult. getJob()
A section of the response body that provides information about the job that is created.Job
ReadJobResult. getJob()
A section of the response body that provides information about the job.Job
Job. withArn(String arn)
The Amazon Resource Name (ARN) for the job.Job
Job. withId(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(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(JobOutput... outputs)
Information about the output files.Job
Job. withOutputs(Collection<JobOutput> outputs)
Information about the output files.Job
Job. withPipelineId(String pipelineId)
TheId
of the pipeline that you want Elastic Transcoder to use for transcoding.Job
Job. withPlaylists(Playlist... playlists)
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
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(Collection<Playlist> playlists)
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
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(String status)
The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Job
Job. withTiming(Timing timing)
Details about the timing of a job.Job
Job. withUserMetadata(Map<String,String> userMetadata)
User-defined metadata that you want to associate with an Elastic Transcoder job.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type Job Modifier and Type Method Description List<Job>
ListJobsByPipelineResult. getJobs()
An array ofJob
objects that are in the specified pipeline.List<Job>
ListJobsByStatusResult. getJobs()
An array ofJob
objects that have the specified status.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Job Modifier and Type Method Description void
CreateJobResult. setJob(Job job)
A section of the response body that provides information about the job that is created.void
ReadJobResult. setJob(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.ReadJobResult
ReadJobResult. withJob(Job job)
A section of the response body that provides information about the job.ListJobsByPipelineResult
ListJobsByPipelineResult. withJobs(Job... jobs)
An array ofJob
objects that are in the specified pipeline.ListJobsByStatusResult
ListJobsByStatusResult. withJobs(Job... jobs)
An array ofJob
objects that have the specified status.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Job Modifier and Type Method Description void
ListJobsByPipelineResult. setJobs(Collection<Job> jobs)
An array ofJob
objects that are in the specified pipeline.void
ListJobsByStatusResult. setJobs(Collection<Job> jobs)
An array ofJob
objects that have the specified status.ListJobsByPipelineResult
ListJobsByPipelineResult. withJobs(Collection<Job> jobs)
An array ofJob
objects that are in the specified pipeline.ListJobsByStatusResult
ListJobsByStatusResult. withJobs(Collection<Job> jobs)
An array ofJob
objects that have the specified status.
-