@Generated(value="software.amazon.awssdk:codegen") public final class CreateJobRequest extends MediaConvertRequest implements ToCopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateJobRequest.Builder |
Modifier and Type | Method and Description |
---|---|
AccelerationSettings |
accelerationSettings()
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
|
BillingTagsSource |
billingTagsSource()
Optional.
|
String |
billingTagsSourceAsString()
Optional.
|
static CreateJobRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotency token for CreateJob operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTemplate()
When you create a job, you can either specify a job template or specify the transcoding settings individually
|
Integer |
priority()
Specify the relative priority for this job.
|
String |
queue()
Optional.
|
String |
role()
Required.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateJobRequest.Builder> |
serializableBuilderClass() |
JobSettings |
settings()
JobSettings contains all the transcode settings for a job.
|
SimulateReservedQueue |
simulateReservedQueue()
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need.
|
String |
simulateReservedQueueAsString()
Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need.
|
StatusUpdateInterval |
statusUpdateInterval()
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.
|
String |
statusUpdateIntervalAsString()
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.
|
Map<String,String> |
tags()
The tags that you want to add to the resource.
|
CreateJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Map<String,String> |
userMetadata()
User-defined metadata that you want to associate with an MediaConvert job.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public AccelerationSettings accelerationSettings()
public BillingTagsSource billingTagsSource()
If the service returns an enum value that is not available in the current SDK version, billingTagsSource
will return BillingTagsSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from billingTagsSourceAsString()
.
BillingTagsSource
public String billingTagsSourceAsString()
If the service returns an enum value that is not available in the current SDK version, billingTagsSource
will return BillingTagsSource.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from billingTagsSourceAsString()
.
BillingTagsSource
public String clientRequestToken()
public String jobTemplate()
public Integer priority()
public String queue()
public String role()
public JobSettings settings()
public SimulateReservedQueue simulateReservedQueue()
If the service returns an enum value that is not available in the current SDK version,
simulateReservedQueue
will return SimulateReservedQueue.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from simulateReservedQueueAsString()
.
SimulateReservedQueue
public String simulateReservedQueueAsString()
If the service returns an enum value that is not available in the current SDK version,
simulateReservedQueue
will return SimulateReservedQueue.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from simulateReservedQueueAsString()
.
SimulateReservedQueue
public StatusUpdateInterval statusUpdateInterval()
If the service returns an enum value that is not available in the current SDK version,
statusUpdateInterval
will return StatusUpdateInterval.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from statusUpdateIntervalAsString()
.
StatusUpdateInterval
public String statusUpdateIntervalAsString()
If the service returns an enum value that is not available in the current SDK version,
statusUpdateInterval
will return StatusUpdateInterval.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from statusUpdateIntervalAsString()
.
StatusUpdateInterval
public Map<String,String> tags()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,String> userMetadata()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateJobRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateJobRequest.Builder,CreateJobRequest>
toBuilder
in class MediaConvertRequest
public static CreateJobRequest.Builder builder()
public static Class<? extends CreateJobRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.