| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.addUserMetadataEntry(String key,
String value) |
Job |
Job.clearUserMetadataEntries()
Removes all the entries added into UserMetadata.
|
Job |
Job.clone() |
Job |
GetJobResult.getJob()
Each job converts an input file into an output file or files.
|
Job |
CreateJobResult.getJob()
Each job converts an input file into an output file or files.
|
Job |
Job.withAccelerationSettings(AccelerationSettings accelerationSettings)
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
|
Job |
Job.withArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Job |
Job.withBillingTagsSource(BillingTagsSource billingTagsSource)
Optional.
|
Job |
Job.withBillingTagsSource(String billingTagsSource)
Optional.
|
Job |
Job.withCreatedAt(Date createdAt)
The time, in Unix epoch format in seconds, when the job got created.
|
Job |
Job.withCurrentPhase(JobPhase currentPhase)
A job's phase can be PROBING, TRANSCODING OR UPLOADING
|
Job |
Job.withCurrentPhase(String currentPhase)
A job's phase can be PROBING, TRANSCODING OR UPLOADING
|
Job |
Job.withErrorCode(Integer errorCode)
Error code for the job
|
Job |
Job.withErrorMessage(String errorMessage)
Error message of Job
|
Job |
Job.withId(String id)
A portion of the job's ARN, unique within your AWS Elemental MediaConvert resources
|
Job |
Job.withJobPercentComplete(Integer jobPercentComplete)
An estimate of how far your job has progressed.
|
Job |
Job.withJobTemplate(String jobTemplate)
The job template that the job is created from, if it is created from a job template.
|
Job |
Job.withOutputGroupDetails(Collection<OutputGroupDetail> outputGroupDetails)
List of output group details
|
Job |
Job.withOutputGroupDetails(OutputGroupDetail... outputGroupDetails)
List of output group details
|
Job |
Job.withPriority(Integer priority)
Relative priority on the job.
|
Job |
Job.withQueue(String queue)
Optional.
|
Job |
Job.withRetryCount(Integer retryCount)
The number of times that the service automatically attempted to process your job after encountering an error.
|
Job |
Job.withRole(String role)
The IAM role you use for creating this job.
|
Job |
Job.withSettings(JobSettings settings)
JobSettings contains all the transcode settings for a job.
|
Job |
Job.withStatus(JobStatus status)
A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
Job |
Job.withStatus(String status)
A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
|
Job |
Job.withStatusUpdateInterval(StatusUpdateInterval statusUpdateInterval)
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.
|
Job |
Job.withStatusUpdateInterval(String statusUpdateInterval)
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.
|
Job |
Job.withTiming(Timing timing)
Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
|
Job |
Job.withUserMetadata(Map<String,String> userMetadata)
User-defined metadata that you want to associate with an MediaConvert job.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
ListJobsResult.getJobs()
List of jobs
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setJob(Job job)
Each job converts an input file into an output file or files.
|
void |
CreateJobResult.setJob(Job job)
Each job converts an input file into an output file or files.
|
GetJobResult |
GetJobResult.withJob(Job job)
Each job converts an input file into an output file or files.
|
CreateJobResult |
CreateJobResult.withJob(Job job)
Each job converts an input file into an output file or files.
|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
List of jobs
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobs(Collection<Job> jobs)
List of jobs
|
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
List of jobs
|
Copyright © 2019. All rights reserved.