@Generated(value="software.amazon.awssdk:codegen") public final class JobTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobTemplate.Builder,JobTemplate>
Modifier and Type | Class and Description |
---|---|
static interface |
JobTemplate.Builder |
Modifier and Type | Method and Description |
---|---|
AccelerationSettings |
accelerationSettings()
Accelerated transcoding is currently in private preview.
|
String |
arn()
An identifier for this resource that is unique within all of AWS.
|
static JobTemplate.Builder |
builder() |
String |
category()
An optional category you create to organize your job templates.
|
Instant |
createdAt()
The timestamp in epoch seconds for Job template creation.
|
String |
description()
An optional description you create for each job template.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The timestamp in epoch seconds when the Job template was last updated.
|
String |
name()
A name you create for each job template.
|
String |
queue()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobTemplate.Builder> |
serializableBuilderClass() |
JobTemplateSettings |
settings()
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs
created from it.
|
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.
|
JobTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
A job template can be of two types: system or custom.
|
String |
typeAsString()
A job template can be of two types: system or custom.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public AccelerationSettings accelerationSettings()
public String arn()
public String category()
public Instant createdAt()
public String description()
public Instant lastUpdated()
public String name()
public String queue()
public JobTemplateSettings settings()
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 Type type()
If the service returns an enum value that is not available in the current SDK version, type
will return
Type.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
Type
public String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type
will return
Type.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
Type
public JobTemplate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<JobTemplate.Builder,JobTemplate>
public static JobTemplate.Builder builder()
public static Class<? extends JobTemplate.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.