@Generated(value="software.amazon.awssdk:codegen") public final class JobTemplateSettings extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<InputTemplate> |
inputs()
Use Inputs (inputs) to define the source file used in the transcode job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
NielsenConfiguration |
nielsenConfiguration()
Returns the value of the NielsenConfiguration property for this object.
|
List<OutputGroup> |
outputGroups()
**!!**(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
static Class<? extends JobTemplateSettings.Builder> |
serializableBuilderClass() |
TimecodeConfig |
timecodeConfig()
Contains settings used to acquire and adjust timecode information from inputs.
|
TimedMetadataInsertion |
timedMetadataInsertion()
Returns the value of the TimedMetadataInsertion property for this object.
|
JobTemplateSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer adAvailOffset()
public AvailBlanking availBlanking()
public List<InputTemplate> inputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public NielsenConfiguration nielsenConfiguration()
public List<OutputGroup> outputGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TimecodeConfig timecodeConfig()
public TimedMetadataInsertion timedMetadataInsertion()
public JobTemplateSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
public static JobTemplateSettings.Builder builder()
public static Class<? extends JobTemplateSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.