public static interface JobTemplateSettings.Builder extends SdkPojo, CopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
Modifier and Type | Method and Description |
---|---|
JobTemplateSettings.Builder |
adAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
JobTemplateSettings.Builder |
availBlanking(AvailBlanking availBlanking)
Settings for ad avail blanking.
|
default JobTemplateSettings.Builder |
availBlanking(Consumer<AvailBlanking.Builder> availBlanking)
Settings for ad avail blanking.
|
default JobTemplateSettings.Builder |
esam(Consumer<EsamSettings.Builder> esam)
Settings for Event Signaling And Messaging (ESAM).
|
JobTemplateSettings.Builder |
esam(EsamSettings esam)
Settings for Event Signaling And Messaging (ESAM).
|
default JobTemplateSettings.Builder |
extendedDataServices(Consumer<ExtendedDataServices.Builder> 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.
|
JobTemplateSettings.Builder |
extendedDataServices(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.
|
JobTemplateSettings.Builder |
inputs(Collection<InputTemplate> inputs)
Use Inputs (inputs) to define the source file used in the transcode job.
|
JobTemplateSettings.Builder |
inputs(Consumer<InputTemplate.Builder>... inputs)
Use Inputs (inputs) to define the source file used in the transcode job.
|
JobTemplateSettings.Builder |
inputs(InputTemplate... inputs)
Use Inputs (inputs) to define the source file used in the transcode job.
|
default JobTemplateSettings.Builder |
kantarWatermark(Consumer<KantarWatermarkSettings.Builder> kantarWatermark)
Use these settings only when you use Kantar watermarking.
|
JobTemplateSettings.Builder |
kantarWatermark(KantarWatermarkSettings kantarWatermark)
Use these settings only when you use Kantar watermarking.
|
default JobTemplateSettings.Builder |
motionImageInserter(Consumer<MotionImageInserter.Builder> motionImageInserter)
Overlay motion graphics on top of your video.
|
JobTemplateSettings.Builder |
motionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.
|
default JobTemplateSettings.Builder |
nielsenConfiguration(Consumer<NielsenConfiguration.Builder> nielsenConfiguration)
Settings for your Nielsen configuration.
|
JobTemplateSettings.Builder |
nielsenConfiguration(NielsenConfiguration nielsenConfiguration)
Settings for your Nielsen configuration.
|
default JobTemplateSettings.Builder |
nielsenNonLinearWatermark(Consumer<NielsenNonLinearWatermarkSettings.Builder> nielsenNonLinearWatermark)
Ignore these settings unless you are using Nielsen non-linear watermarking.
|
JobTemplateSettings.Builder |
nielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings nielsenNonLinearWatermark)
Ignore these settings unless you are using Nielsen non-linear watermarking.
|
JobTemplateSettings.Builder |
outputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings.Builder |
outputGroups(Consumer<OutputGroup.Builder>... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings.Builder |
outputGroups(OutputGroup... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
default JobTemplateSettings.Builder |
timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)
These settings control how the service handles timecodes throughout the job.
|
JobTemplateSettings.Builder |
timecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job.
|
default JobTemplateSettings.Builder |
timedMetadataInsertion(Consumer<TimedMetadataInsertion.Builder> timedMetadataInsertion)
Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify.
|
JobTemplateSettings.Builder |
timedMetadataInsertion(TimedMetadataInsertion timedMetadataInsertion)
Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
JobTemplateSettings.Builder adAvailOffset(Integer adAvailOffset)
adAvailOffset
- When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.JobTemplateSettings.Builder availBlanking(AvailBlanking availBlanking)
availBlanking
- Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during
SCTE-35 triggered ad avails.default JobTemplateSettings.Builder availBlanking(Consumer<AvailBlanking.Builder> availBlanking)
AvailBlanking.Builder
avoiding the need to create one manually via AvailBlanking.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to availBlanking(AvailBlanking)
.
availBlanking
- a consumer that will call methods on AvailBlanking.Builder
availBlanking(AvailBlanking)
JobTemplateSettings.Builder esam(EsamSettings esam)
esam
- Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these
settings.default JobTemplateSettings.Builder esam(Consumer<EsamSettings.Builder> esam)
EsamSettings.Builder
avoiding
the need to create one manually via EsamSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to esam(EsamSettings)
.
esam
- a consumer that will call methods on EsamSettings.Builder
esam(EsamSettings)
JobTemplateSettings.Builder extendedDataServices(ExtendedDataServices 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. You can choose to pass through XDS
packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data
Services, section 9.5.1.5 05h Content Advisory.default JobTemplateSettings.Builder extendedDataServices(Consumer<ExtendedDataServices.Builder> extendedDataServices)
ExtendedDataServices.Builder
avoiding the need to create one manually via
ExtendedDataServices.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to extendedDataServices(ExtendedDataServices)
.
extendedDataServices
- a consumer that will call methods on ExtendedDataServices.Builder
extendedDataServices(ExtendedDataServices)
JobTemplateSettings.Builder inputs(Collection<InputTemplate> inputs)
inputs
- Use Inputs (inputs) to define the source file used in the transcode job. There can only be one input
in a job template. Using the API, you can include multiple inputs when referencing a job template.JobTemplateSettings.Builder inputs(InputTemplate... inputs)
inputs
- Use Inputs (inputs) to define the source file used in the transcode job. There can only be one input
in a job template. Using the API, you can include multiple inputs when referencing a job template.JobTemplateSettings.Builder inputs(Consumer<InputTemplate.Builder>... inputs)
InputTemplate.Builder
avoiding the need to create
one manually via InputTemplate.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #inputs(List
.
inputs
- a consumer that will call methods on
InputTemplate.Builder
#inputs(java.util.Collection)
JobTemplateSettings.Builder kantarWatermark(KantarWatermarkSettings kantarWatermark)
kantarWatermark
- Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to
generate and place Kantar watermarks in your output audio. These settings apply to every output in
your job. In addition to specifying these values, you also need to store your Kantar credentials in
AWS Secrets Manager. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.default JobTemplateSettings.Builder kantarWatermark(Consumer<KantarWatermarkSettings.Builder> kantarWatermark)
KantarWatermarkSettings.Builder
avoiding the need to create one
manually via KantarWatermarkSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to kantarWatermark(KantarWatermarkSettings)
.
kantarWatermark
- a consumer that will call methods on KantarWatermarkSettings.Builder
kantarWatermark(KantarWatermarkSettings)
JobTemplateSettings.Builder motionImageInserter(MotionImageInserter motionImageInserter)
motionImageInserter
- Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all
outputs in all output groups. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.default JobTemplateSettings.Builder motionImageInserter(Consumer<MotionImageInserter.Builder> motionImageInserter)
MotionImageInserter.Builder
avoiding the need to create one manually
via MotionImageInserter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to motionImageInserter(MotionImageInserter)
.
motionImageInserter
- a consumer that will call methods on MotionImageInserter.Builder
motionImageInserter(MotionImageInserter)
JobTemplateSettings.Builder nielsenConfiguration(NielsenConfiguration nielsenConfiguration)
nielsenConfiguration
- Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore
these settings. When you enable Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM
to ID3 tagging for all outputs in the job. To enable Nielsen configuration programmatically, include
an instance of nielsenConfiguration in your JSON job specification. Even if you don't include any
children of nielsenConfiguration, you still enable the setting.default JobTemplateSettings.Builder nielsenConfiguration(Consumer<NielsenConfiguration.Builder> nielsenConfiguration)
NielsenConfiguration.Builder
avoiding the need to create one manually via
NielsenConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to nielsenConfiguration(NielsenConfiguration)
.
nielsenConfiguration
- a consumer that will call methods on NielsenConfiguration.Builder
nielsenConfiguration(NielsenConfiguration)
JobTemplateSettings.Builder nielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings nielsenNonLinearWatermark)
nielsenNonLinearWatermark
- Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that
MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to
specifying these values, you also need to set up your cloud TIC server. These settings apply to every
output in your job. The MediaConvert implementation is currently with the following Nielsen versions:
Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark Engine Version 1.2.7 Nielsen Watermark
Authenticator [SID_TIC] Version [5.0.0]default JobTemplateSettings.Builder nielsenNonLinearWatermark(Consumer<NielsenNonLinearWatermarkSettings.Builder> nielsenNonLinearWatermark)
NielsenNonLinearWatermarkSettings.Builder
avoiding the need to create one manually via
NielsenNonLinearWatermarkSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to nielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings)
.
nielsenNonLinearWatermark
- a consumer that will call methods on NielsenNonLinearWatermarkSettings.Builder
nielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings)
JobTemplateSettings.Builder outputGroups(Collection<OutputGroup> outputGroups)
outputGroups
- (OutputGroups) contains one group of settings for each set of outputs that share a common package
type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a
single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole
group. This required object depends on the value you set for (Type) under
(OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. *
FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings *
DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings *
CMAF_GROUP_SETTINGS, CmafGroupSettingsJobTemplateSettings.Builder outputGroups(OutputGroup... outputGroups)
outputGroups
- (OutputGroups) contains one group of settings for each set of outputs that share a common package
type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a
single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole
group. This required object depends on the value you set for (Type) under
(OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. *
FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings *
DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings *
CMAF_GROUP_SETTINGS, CmafGroupSettingsJobTemplateSettings.Builder outputGroups(Consumer<OutputGroup.Builder>... outputGroups)
OutputGroup.Builder
avoiding the need to create
one manually via OutputGroup.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately
and its result is passed to #outputGroups(List
.
outputGroups
- a consumer that will call methods on
OutputGroup.Builder
#outputGroups(java.util.Collection)
JobTemplateSettings.Builder timecodeConfig(TimecodeConfig timecodeConfig)
timecodeConfig
- These settings control how the service handles timecodes throughout the job. These settings don't
affect input clipping.default JobTemplateSettings.Builder timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)
TimecodeConfig.Builder
avoiding the need to create one manually via TimecodeConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to timecodeConfig(TimecodeConfig)
.
timecodeConfig
- a consumer that will call methods on TimecodeConfig.Builder
timecodeConfig(TimecodeConfig)
JobTemplateSettings.Builder timedMetadataInsertion(TimedMetadataInsertion timedMetadataInsertion)
timedMetadataInsertion
- Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output
that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough
(PASSTHROUGH).default JobTemplateSettings.Builder timedMetadataInsertion(Consumer<TimedMetadataInsertion.Builder> timedMetadataInsertion)
TimedMetadataInsertion.Builder
avoiding
the need to create one manually via TimedMetadataInsertion.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to timedMetadataInsertion(TimedMetadataInsertion)
.
timedMetadataInsertion
- a consumer that will call methods on TimedMetadataInsertion.Builder
timedMetadataInsertion(TimedMetadataInsertion)
Copyright © 2022. All rights reserved.