@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).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputs()
Returns true if the Inputs property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasOutputGroups()
Returns true if the OutputGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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, waitcopypublic final Integer adAvailOffset()
public final AvailBlanking availBlanking()
public final EsamSettings esam()
public final boolean hasInputs()
public final List<InputTemplate> inputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputs() to see if a value was sent in this field.
public final KantarWatermarkSettings kantarWatermark()
public final MotionImageInserter motionImageInserter()
public final NielsenConfiguration nielsenConfiguration()
public final NielsenNonLinearWatermarkSettings nielsenNonLinearWatermark()
public final boolean hasOutputGroups()
public final List<OutputGroup> outputGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputGroups() to see if a value was sent in this field.
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 SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.