Class CfnChannel.Fmp4HlsSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.Fmp4HlsSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.Fmp4HlsSettingsProperty>
- Enclosing interface:
- CfnChannel.Fmp4HlsSettingsProperty
@Stability(Stable)
public static final class CfnChannel.Fmp4HlsSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.Fmp4HlsSettingsProperty>
A builder for
CfnChannel.Fmp4HlsSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioRenditionSets(String audioRenditionSets) Sets the value ofCfnChannel.Fmp4HlsSettingsProperty.getAudioRenditionSets()build()Builds the configured instance.nielsenId3Behavior(String nielsenId3Behavior) Sets the value ofCfnChannel.Fmp4HlsSettingsProperty.getNielsenId3Behavior()timedMetadataBehavior(String timedMetadataBehavior) Sets the value ofCfnChannel.Fmp4HlsSettingsProperty.getTimedMetadataBehavior()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioRenditionSets
@Stability(Stable) public CfnChannel.Fmp4HlsSettingsProperty.Builder audioRenditionSets(String audioRenditionSets) Sets the value ofCfnChannel.Fmp4HlsSettingsProperty.getAudioRenditionSets()- Parameters:
audioRenditionSets- List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.- Returns:
this
-
nielsenId3Behavior
@Stability(Stable) public CfnChannel.Fmp4HlsSettingsProperty.Builder nielsenId3Behavior(String nielsenId3Behavior) Sets the value ofCfnChannel.Fmp4HlsSettingsProperty.getNielsenId3Behavior()- Parameters:
nielsenId3Behavior- If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.- Returns:
this
-
timedMetadataBehavior
@Stability(Stable) public CfnChannel.Fmp4HlsSettingsProperty.Builder timedMetadataBehavior(String timedMetadataBehavior) Sets the value ofCfnChannel.Fmp4HlsSettingsProperty.getTimedMetadataBehavior()- Parameters:
timedMetadataBehavior- When set to passthrough, timed metadata is passed through from input to output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.Fmp4HlsSettingsProperty>- Returns:
- a new instance of
CfnChannel.Fmp4HlsSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-