| 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() |
Job |
CreateJobResult.getJob() |
Job |
Job.withArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Job |
Job.withBillingTagsSource(BillingTagsSource billingTagsSource) |
Job |
Job.withBillingTagsSource(String billingTagsSource) |
Job |
Job.withCreatedAt(Date createdAt)
The time, in Unix epoch format in seconds, when the job got created.
|
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.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.withQueue(String queue)
Optional.
|
Job |
Job.withRole(String role)
The IAM role you use for creating this job.
|
Job |
Job.withSettings(JobSettings settings) |
Job |
Job.withStatus(JobStatus status) |
Job |
Job.withStatus(String status) |
Job |
Job.withTiming(Timing timing) |
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) |
void |
CreateJobResult.setJob(Job job) |
GetJobResult |
GetJobResult.withJob(Job job) |
CreateJobResult |
CreateJobResult.withJob(Job job) |
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 © 2018. All rights reserved.