@Generated(value="software.amazon.awssdk:codegen") public final class JobTemplateSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
JobTemplateSettings.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
adAvailOffset()
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
AvailBlanking |
availBlanking()
Settings for ad avail blanking.
|
static JobTemplateSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EsamSettings |
esam()
Settings for Event Signaling And Messaging (ESAM).
|
ExtendedDataServices |
extendedDataServices()
If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does
with the Extended Data Services (XDS) packets.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputs()
For responses, this returns true if the service returned a value for the Inputs property.
|
boolean |
hasOutputGroups()
For responses, this returns true if the service returned a value for the OutputGroups property.
|
List<InputTemplate> |
inputs()
Use Inputs (inputs) to define the source file used in the transcode job.
|
KantarWatermarkSettings |
kantarWatermark()
Use these settings only when you use Kantar watermarking.
|
MotionImageInserter |
motionImageInserter()
Overlay motion graphics on top of your video.
|
NielsenConfiguration |
nielsenConfiguration()
Settings for your Nielsen configuration.
|
NielsenNonLinearWatermarkSettings |
nielsenNonLinearWatermark()
Ignore these settings unless you are using Nielsen non-linear watermarking.
|
List<OutputGroup> |
outputGroups()
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobTemplateSettings.Builder> |
serializableBuilderClass() |
TimecodeConfig |
timecodeConfig()
These settings control how the service handles timecodes throughout the job.
|
TimedMetadataInsertion |
timedMetadataInsertion()
Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in any HLS outputs.
|
JobTemplateSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer adAvailOffset()
public final AvailBlanking availBlanking()
public final EsamSettings esam()
public final ExtendedDataServices extendedDataServices()
public final boolean hasInputs()
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<InputTemplate> inputs()
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 hasInputs()
method.
public final KantarWatermarkSettings kantarWatermark()
public final MotionImageInserter motionImageInserter()
public final NielsenConfiguration nielsenConfiguration()
public final NielsenNonLinearWatermarkSettings nielsenNonLinearWatermark()
public final boolean hasOutputGroups()
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<OutputGroup> outputGroups()
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 hasOutputGroups()
method.
public final TimecodeConfig timecodeConfig()
public final TimedMetadataInsertion timedMetadataInsertion()
public JobTemplateSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
public static JobTemplateSettings.Builder builder()
public static Class<? extends JobTemplateSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.