Class JobTemplateSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.JobTemplateSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
@Generated("software.amazon.awssdk:codegen") public final class JobTemplateSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JobTemplateSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
List<ColorConversion3DLUTSetting>
colorConversion3DLUTSettings()
Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another.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.Integer
followSource()
Specify the input that MediaConvert references for your default output settings.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
boolean
hasColorConversion3DLUTSettings()
For responses, this returns true if the service returned a value for the ColorConversion3DLUTSettings property.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 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()
Contains one group of settings for each set of outputs that share a common package type.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends JobTemplateSettings.Builder>
serializableBuilderClass()
TimecodeConfig
timecodeConfig()
These settings control how the service handles timecodes throughout the job.TimedMetadataInsertion
timedMetadataInsertion()
Insert user-defined custom ID3 metadata at timecodes that you specify.JobTemplateSettings.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
adAvailOffset
public final Integer adAvailOffset()
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.- Returns:
- When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
-
availBlanking
public final 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.- Returns:
- Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
-
hasColorConversion3DLUTSettings
public final boolean hasColorConversion3DLUTSettings()
For responses, this returns true if the service returned a value for the ColorConversion3DLUTSettings property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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.
-
colorConversion3DLUTSettings
public final List<ColorConversion3DLUTSetting> colorConversion3DLUTSettings()
Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.htmlAttempts 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
hasColorConversion3DLUTSettings()
method.- Returns:
- Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
-
esam
public final EsamSettings esam()
Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.- Returns:
- Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
-
extendedDataServices
public final 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.- Returns:
- 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.
-
followSource
public final Integer followSource()
Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.- Returns:
- Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
-
hasInputs
public final boolean hasInputs()
For responses, this returns true if the service returned a value for the Inputs property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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.
-
inputs
public final List<InputTemplate> inputs()
Use 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.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.- Returns:
- Use 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.
-
kantarWatermark
public final KantarWatermarkSettings 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.- Returns:
- 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.
-
motionImageInserter
public final 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.- Returns:
- 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.
-
nielsenConfiguration
public final NielsenConfiguration nielsenConfiguration()
Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.- Returns:
- Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.
-
nielsenNonLinearWatermark
public final NielsenNonLinearWatermarkSettings 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 6.0.13 Nielsen NLM Watermark Engine Version 1.3.3 Nielsen Watermark Authenticator [SID_TIC] Version [7.0.0]- Returns:
- 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 6.0.13 Nielsen NLM Watermark Engine Version 1.3.3 Nielsen Watermark Authenticator [SID_TIC] Version [7.0.0]
-
hasOutputGroups
public final boolean hasOutputGroups()
For responses, this returns true if the service returned a value for the OutputGroups property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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.
-
outputGroups
public final List<OutputGroup> 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 is a group of settings that apply to the whole group. This required object depends on the value you set for Type. 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, CmafGroupSettingsAttempts 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.- Returns:
- 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 is a group of settings that apply to the whole group. This required object depends on the value you set for Type. 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, CmafGroupSettings
-
timecodeConfig
public final TimecodeConfig timecodeConfig()
These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.- Returns:
- These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.
-
timedMetadataInsertion
public final TimedMetadataInsertion timedMetadataInsertion()
Insert user-defined custom ID3 metadata at timecodes that you specify. In each output that you want to include this metadata, you must set ID3 metadata to Passthrough.- Returns:
- Insert user-defined custom ID3 metadata at timecodes that you specify. In each output that you want to include this metadata, you must set ID3 metadata to Passthrough.
-
toBuilder
public JobTemplateSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<JobTemplateSettings.Builder,JobTemplateSettings>
-
builder
public static JobTemplateSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobTemplateSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-