Class Fmp4HlsSettingsProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.Fmp4HlsSettingsProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Fmp4HlsSettingsProps>
- Enclosing interface:
Fmp4HlsSettingsProps
@Stability(Experimental)
public static final class Fmp4HlsSettingsProps.Builder
extends Object
implements software.amazon.jsii.Builder<Fmp4HlsSettingsProps>
A builder for
Fmp4HlsSettingsProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioRenditionSets(String audioRenditionSets) Sets the value ofFmp4HlsSettingsProps.getAudioRenditionSets()build()Builds the configured instance.nielsenId3Behavior(M3u8NielsenId3Behavior nielsenId3Behavior) Sets the value ofFmp4HlsSettingsProps.getNielsenId3Behavior()timedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior) Sets the value ofFmp4HlsSettingsProps.getTimedMetadataBehavior()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioRenditionSets
@Stability(Experimental) public Fmp4HlsSettingsProps.Builder audioRenditionSets(String audioRenditionSets) Sets the value ofFmp4HlsSettingsProps.getAudioRenditionSets()- Parameters:
audioRenditionSets- The audio GROUP-IDs used with this video output stream, comma-separated.- Returns:
this
-
nielsenId3Behavior
@Stability(Experimental) public Fmp4HlsSettingsProps.Builder nielsenId3Behavior(M3u8NielsenId3Behavior nielsenId3Behavior) Sets the value ofFmp4HlsSettingsProps.getNielsenId3Behavior()- Parameters:
nielsenId3Behavior- Nielsen ID3 passthrough behavior.- Returns:
this
-
timedMetadataBehavior
@Stability(Experimental) public Fmp4HlsSettingsProps.Builder timedMetadataBehavior(M3u8TimedMetadataBehavior timedMetadataBehavior) Sets the value ofFmp4HlsSettingsProps.getTimedMetadataBehavior()- Parameters:
timedMetadataBehavior- Timed-metadata passthrough behavior.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Fmp4HlsSettingsProps>- Returns:
- a new instance of
Fmp4HlsSettingsProps - Throws:
NullPointerException- if any required attribute was not provided
-