Class CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.AudioSelectorSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.AudioSelectorSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.AudioSelectorSettingsProperty>
A builder for
CfnChannelPropsMixin.AudioSelectorSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioHlsRenditionSelection(CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty audioHlsRenditionSelection) audioHlsRenditionSelection(IResolvable audioHlsRenditionSelection) audioLanguageSelection(CfnChannelPropsMixin.AudioLanguageSelectionProperty audioLanguageSelection) audioLanguageSelection(IResolvable audioLanguageSelection) audioPidSelection(CfnChannelPropsMixin.AudioPidSelectionProperty audioPidSelection) audioPidSelection(IResolvable audioPidSelection) audioTrackSelection(CfnChannelPropsMixin.AudioTrackSelectionProperty audioTrackSelection) audioTrackSelection(IResolvable audioTrackSelection) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioHlsRenditionSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioHlsRenditionSelection(IResolvable audioHlsRenditionSelection) Sets the value ofCfnChannelPropsMixin.AudioSelectorSettingsProperty.getAudioHlsRenditionSelection()- Parameters:
audioHlsRenditionSelection- Selector for HLS audio rendition.- Returns:
this
-
audioHlsRenditionSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioHlsRenditionSelection(CfnChannelPropsMixin.AudioHlsRenditionSelectionProperty audioHlsRenditionSelection) Sets the value ofCfnChannelPropsMixin.AudioSelectorSettingsProperty.getAudioHlsRenditionSelection()- Parameters:
audioHlsRenditionSelection- Selector for HLS audio rendition.- Returns:
this
-
audioLanguageSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioLanguageSelection(IResolvable audioLanguageSelection) - Parameters:
audioLanguageSelection- The language code of the audio to select.- Returns:
this
-
audioLanguageSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioLanguageSelection(CfnChannelPropsMixin.AudioLanguageSelectionProperty audioLanguageSelection) - Parameters:
audioLanguageSelection- The language code of the audio to select.- Returns:
this
-
audioPidSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioPidSelection(IResolvable audioPidSelection) - Parameters:
audioPidSelection- The PID of the audio to select.- Returns:
this
-
audioPidSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioPidSelection(CfnChannelPropsMixin.AudioPidSelectionProperty audioPidSelection) - Parameters:
audioPidSelection- The PID of the audio to select.- Returns:
this
-
audioTrackSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioTrackSelection(IResolvable audioTrackSelection) - Parameters:
audioTrackSelection- Information about the audio track to extract.- Returns:
this
-
audioTrackSelection
@Stability(Stable) public CfnChannelPropsMixin.AudioSelectorSettingsProperty.Builder audioTrackSelection(CfnChannelPropsMixin.AudioTrackSelectionProperty audioTrackSelection) - Parameters:
audioTrackSelection- Information about the audio track to extract.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.AudioSelectorSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.AudioSelectorSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-