Interface JobSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<JobSettings.Builder,JobSettings>
,SdkBuilder<JobSettings.Builder,JobSettings>
,SdkPojo
- Enclosing class:
- JobSettings
public static interface JobSettings.Builder extends SdkPojo, CopyableBuilder<JobSettings.Builder,JobSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description JobSettings.Builder
adAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.default JobSettings.Builder
availBlanking(Consumer<AvailBlanking.Builder> availBlanking)
Settings for ad avail blanking.JobSettings.Builder
availBlanking(AvailBlanking availBlanking)
Settings for ad avail blanking.JobSettings.Builder
colorConversion3DLUTSettings(Collection<ColorConversion3DLUTSetting> colorConversion3DLUTSettings)
Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another.JobSettings.Builder
colorConversion3DLUTSettings(Consumer<ColorConversion3DLUTSetting.Builder>... colorConversion3DLUTSettings)
Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another.JobSettings.Builder
colorConversion3DLUTSettings(ColorConversion3DLUTSetting... colorConversion3DLUTSettings)
Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another.default JobSettings.Builder
esam(Consumer<EsamSettings.Builder> esam)
Settings for Event Signaling And Messaging (ESAM).JobSettings.Builder
esam(EsamSettings esam)
Settings for Event Signaling And Messaging (ESAM).default JobSettings.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.JobSettings.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.JobSettings.Builder
followSource(Integer followSource)
Specify the input that MediaConvert references for your default output settings.JobSettings.Builder
inputs(Collection<Input> inputs)
Use Inputs to define source file used in the transcode job.JobSettings.Builder
inputs(Consumer<Input.Builder>... inputs)
Use Inputs to define source file used in the transcode job.JobSettings.Builder
inputs(Input... inputs)
Use Inputs to define source file used in the transcode job.default JobSettings.Builder
kantarWatermark(Consumer<KantarWatermarkSettings.Builder> kantarWatermark)
Use these settings only when you use Kantar watermarking.JobSettings.Builder
kantarWatermark(KantarWatermarkSettings kantarWatermark)
Use these settings only when you use Kantar watermarking.default JobSettings.Builder
motionImageInserter(Consumer<MotionImageInserter.Builder> motionImageInserter)
Overlay motion graphics on top of your video.JobSettings.Builder
motionImageInserter(MotionImageInserter motionImageInserter)
Overlay motion graphics on top of your video.default JobSettings.Builder
nielsenConfiguration(Consumer<NielsenConfiguration.Builder> nielsenConfiguration)
Settings for your Nielsen configuration.JobSettings.Builder
nielsenConfiguration(NielsenConfiguration nielsenConfiguration)
Settings for your Nielsen configuration.default JobSettings.Builder
nielsenNonLinearWatermark(Consumer<NielsenNonLinearWatermarkSettings.Builder> nielsenNonLinearWatermark)
Ignore these settings unless you are using Nielsen non-linear watermarking.JobSettings.Builder
nielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings nielsenNonLinearWatermark)
Ignore these settings unless you are using Nielsen non-linear watermarking.JobSettings.Builder
outputGroups(Collection<OutputGroup> outputGroups)
Contains one group of settings for each set of outputs that share a common package type.JobSettings.Builder
outputGroups(Consumer<OutputGroup.Builder>... outputGroups)
Contains one group of settings for each set of outputs that share a common package type.JobSettings.Builder
outputGroups(OutputGroup... outputGroups)
Contains one group of settings for each set of outputs that share a common package type.default JobSettings.Builder
timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)
These settings control how the service handles timecodes throughout the job.JobSettings.Builder
timecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job.default JobSettings.Builder
timedMetadataInsertion(Consumer<TimedMetadataInsertion.Builder> timedMetadataInsertion)
Insert user-defined custom ID3 metadata at timecodes that you specify.JobSettings.Builder
timedMetadataInsertion(TimedMetadataInsertion timedMetadataInsertion)
Insert user-defined custom ID3 metadata at timecodes that you specify.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
adAvailOffset
JobSettings.Builder adAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.- Parameters:
adAvailOffset
- When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availBlanking
JobSettings.Builder 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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
availBlanking
default JobSettings.Builder availBlanking(Consumer<AvailBlanking.Builder> availBlanking)
Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails. This is a convenience method that creates an instance of theAvailBlanking.Builder
avoiding the need to create one manually viaAvailBlanking.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toavailBlanking(AvailBlanking)
.- Parameters:
availBlanking
- a consumer that will call methods onAvailBlanking.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
availBlanking(AvailBlanking)
-
colorConversion3DLUTSettings
JobSettings.Builder colorConversion3DLUTSettings(Collection<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.html- Parameters:
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.html- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorConversion3DLUTSettings
JobSettings.Builder colorConversion3DLUTSettings(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.html- Parameters:
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.html- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorConversion3DLUTSettings
JobSettings.Builder colorConversion3DLUTSettings(Consumer<ColorConversion3DLUTSetting.Builder>... 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.html This is a convenience method that creates an instance of theColorConversion3DLUTSetting.Builder
avoiding the need to create one manually viaColorConversion3DLUTSetting.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#colorConversion3DLUTSettings(List
.) - Parameters:
colorConversion3DLUTSettings
- a consumer that will call methods onColorConversion3DLUTSetting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#colorConversion3DLUTSettings(java.util.Collection
)
-
esam
JobSettings.Builder esam(EsamSettings esam)
Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.- Parameters:
esam
- Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
esam
default JobSettings.Builder esam(Consumer<EsamSettings.Builder> esam)
Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings. This is a convenience method that creates an instance of theEsamSettings.Builder
avoiding the need to create one manually viaEsamSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toesam(EsamSettings)
.- Parameters:
esam
- a consumer that will call methods onEsamSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
esam(EsamSettings)
-
extendedDataServices
JobSettings.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. 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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
extendedDataServices
default JobSettings.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. 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. This is a convenience method that creates an instance of theExtendedDataServices.Builder
avoiding the need to create one manually viaExtendedDataServices.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toextendedDataServices(ExtendedDataServices)
.- Parameters:
extendedDataServices
- a consumer that will call methods onExtendedDataServices.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
extendedDataServices(ExtendedDataServices)
-
followSource
JobSettings.Builder followSource(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
JobSettings.Builder inputs(Collection<Input> inputs)
Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.- Parameters:
inputs
- Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
JobSettings.Builder inputs(Input... inputs)
Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.- Parameters:
inputs
- Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
JobSettings.Builder inputs(Consumer<Input.Builder>... inputs)
Use Inputs to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output. This is a convenience method that creates an instance of theInput.Builder
avoiding the need to create one manually viaInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#inputs(List)
.- Parameters:
inputs
- a consumer that will call methods onInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#inputs(java.util.Collection)
-
kantarWatermark
JobSettings.Builder kantarWatermark(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
kantarWatermark
default JobSettings.Builder kantarWatermark(Consumer<KantarWatermarkSettings.Builder> 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. This is a convenience method that creates an instance of theKantarWatermarkSettings.Builder
avoiding the need to create one manually viaKantarWatermarkSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokantarWatermark(KantarWatermarkSettings)
.- Parameters:
kantarWatermark
- a consumer that will call methods onKantarWatermarkSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
kantarWatermark(KantarWatermarkSettings)
-
motionImageInserter
JobSettings.Builder 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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
motionImageInserter
default JobSettings.Builder motionImageInserter(Consumer<MotionImageInserter.Builder> 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. This is a convenience method that creates an instance of theMotionImageInserter.Builder
avoiding the need to create one manually viaMotionImageInserter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomotionImageInserter(MotionImageInserter)
.- Parameters:
motionImageInserter
- a consumer that will call methods onMotionImageInserter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
motionImageInserter(MotionImageInserter)
-
nielsenConfiguration
JobSettings.Builder 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, MediaConvert enables PCM to ID3 tagging for all outputs in the job.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
nielsenConfiguration
default JobSettings.Builder nielsenConfiguration(Consumer<NielsenConfiguration.Builder> 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. This is a convenience method that creates an instance of theNielsenConfiguration.Builder
avoiding the need to create one manually viaNielsenConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonielsenConfiguration(NielsenConfiguration)
.- Parameters:
nielsenConfiguration
- a consumer that will call methods onNielsenConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nielsenConfiguration(NielsenConfiguration)
-
nielsenNonLinearWatermark
JobSettings.Builder nielsenNonLinearWatermark(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 5.2.1 Nielsen NLM Watermark Engine Version 1.2.7 Nielsen Watermark Authenticator [SID_TIC] Version [5.0.0]- Parameters:
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]- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nielsenNonLinearWatermark
default JobSettings.Builder nielsenNonLinearWatermark(Consumer<NielsenNonLinearWatermarkSettings.Builder> 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] This is a convenience method that creates an instance of theNielsenNonLinearWatermarkSettings.Builder
avoiding the need to create one manually viaNielsenNonLinearWatermarkSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings)
.- Parameters:
nielsenNonLinearWatermark
- a consumer that will call methods onNielsenNonLinearWatermarkSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nielsenNonLinearWatermark(NielsenNonLinearWatermarkSettings)
-
outputGroups
JobSettings.Builder outputGroups(Collection<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, CmafGroupSettings- Parameters:
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, CmafGroupSettings- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputGroups
JobSettings.Builder outputGroups(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, CmafGroupSettings- Parameters:
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, CmafGroupSettings- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputGroups
JobSettings.Builder outputGroups(Consumer<OutputGroup.Builder>... 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, CmafGroupSettings This is a convenience method that creates an instance of theOutputGroup.Builder
avoiding the need to create one manually viaOutputGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#outputGroups(List
.) - Parameters:
outputGroups
- a consumer that will call methods onOutputGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#outputGroups(java.util.Collection
)
-
timecodeConfig
JobSettings.Builder timecodeConfig(TimecodeConfig timecodeConfig)
These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.- Parameters:
timecodeConfig
- These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timecodeConfig
default JobSettings.Builder timecodeConfig(Consumer<TimecodeConfig.Builder> timecodeConfig)
These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping. This is a convenience method that creates an instance of theTimecodeConfig.Builder
avoiding the need to create one manually viaTimecodeConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimecodeConfig(TimecodeConfig)
.- Parameters:
timecodeConfig
- a consumer that will call methods onTimecodeConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timecodeConfig(TimecodeConfig)
-
timedMetadataInsertion
JobSettings.Builder timedMetadataInsertion(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
timedMetadataInsertion
default JobSettings.Builder timedMetadataInsertion(Consumer<TimedMetadataInsertion.Builder> 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. This is a convenience method that creates an instance of theTimedMetadataInsertion.Builder
avoiding the need to create one manually viaTimedMetadataInsertion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimedMetadataInsertion(TimedMetadataInsertion)
.- Parameters:
timedMetadataInsertion
- a consumer that will call methods onTimedMetadataInsertion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timedMetadataInsertion(TimedMetadataInsertion)
-
-