@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 can significantly speed up jobs with long, visually complex content.
|
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasHopDestinations()
For responses, this returns true if the service returned a value for the HopDestinations property.
|
List<HopDestination> |
hopDestinations()
Optional list of hop destinations.
|
Instant |
lastUpdated()
The timestamp in epoch seconds when the Job template was last updated.
|
String |
name()
A name you create for each job template.
|
Integer |
priority()
Relative priority on the job.
|
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, waitcopypublic final AccelerationSettings accelerationSettings()
public final String arn()
public final String category()
public final Instant createdAt()
public final String description()
public final boolean hasHopDestinations()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<HopDestination> hopDestinations()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasHopDestinations() method.
public final Instant lastUpdated()
public final String name()
public final Integer priority()
public final String queue()
public final JobTemplateSettings settings()
public final 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().
StatusUpdateIntervalpublic final 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().
StatusUpdateIntervalpublic final 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().
Typepublic final 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().
Typepublic JobTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobTemplate.Builder,JobTemplate>public static JobTemplate.Builder builder()
public static Class<? extends JobTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.