| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.addUserMetadataEntry(String key,
String value)
Add a single UserMetadata entry
|
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.withAccelerationStatus(AccelerationStatus accelerationStatus)
Describes whether the current job is running with accelerated transcoding.
|
Job |
Job.withAccelerationStatus(String accelerationStatus)
Describes whether the current job is running with accelerated transcoding.
|
Job |
Job.withArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Job |
Job.withBillingTagsSource(BillingTagsSource billingTagsSource)
The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any
billing report that you set up.
|
Job |
Job.withBillingTagsSource(String billingTagsSource)
The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any
billing report that you set up.
|
Job |
Job.withClientRequestToken(String clientRequestToken)
Prevent duplicate jobs from being created and ensure idempotency for your requests.
|
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.withHopDestinations(Collection<HopDestination> hopDestinations)
Optional list of hop destinations.
|
Job |
Job.withHopDestinations(HopDestination... hopDestinations)
Optional list of hop destinations.
|
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.withMessages(JobMessages messages)
Provides messages from the service about jobs that you have already successfully submitted.
|
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)
When you create a job, you can specify a queue to send it to.
|
Job |
Job.withQueueTransitions(Collection<QueueTransition> queueTransitions)
The job's queue hopping history.
|
Job |
Job.withQueueTransitions(QueueTransition... queueTransitions)
The job's queue hopping history.
|
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.withSimulateReservedQueue(SimulateReservedQueue simulateReservedQueue)
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need.
|
Job |
Job.withSimulateReservedQueue(String simulateReservedQueue)
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need.
|
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.
|
Job |
Job.withWarnings(Collection<WarningGroup> warnings)
Contains any warning messages for the job.
|
Job |
Job.withWarnings(WarningGroup... warnings)
Contains any warning messages for the 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 © 2023. All rights reserved.