Class CfnChannel.AudioTrackSelectionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.AudioTrackSelectionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.AudioTrackSelectionProperty>
- Enclosing interface:
CfnChannel.AudioTrackSelectionProperty
@Stability(Stable)
public static final class CfnChannel.AudioTrackSelectionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.AudioTrackSelectionProperty>
A builder for
CfnChannel.AudioTrackSelectionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dolbyEDecode
(IResolvable dolbyEDecode) Sets the value ofCfnChannel.AudioTrackSelectionProperty.getDolbyEDecode()
dolbyEDecode
(CfnChannel.AudioDolbyEDecodeProperty dolbyEDecode) Sets the value ofCfnChannel.AudioTrackSelectionProperty.getDolbyEDecode()
Sets the value ofCfnChannel.AudioTrackSelectionProperty.getTracks()
tracks
(IResolvable tracks) Sets the value ofCfnChannel.AudioTrackSelectionProperty.getTracks()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dolbyEDecode
@Stability(Stable) public CfnChannel.AudioTrackSelectionProperty.Builder dolbyEDecode(IResolvable dolbyEDecode) Sets the value ofCfnChannel.AudioTrackSelectionProperty.getDolbyEDecode()
- Parameters:
dolbyEDecode
-CfnChannel.AudioTrackSelectionProperty.DolbyEDecode
.- Returns:
this
-
dolbyEDecode
@Stability(Stable) public CfnChannel.AudioTrackSelectionProperty.Builder dolbyEDecode(CfnChannel.AudioDolbyEDecodeProperty dolbyEDecode) Sets the value ofCfnChannel.AudioTrackSelectionProperty.getDolbyEDecode()
- Parameters:
dolbyEDecode
-CfnChannel.AudioTrackSelectionProperty.DolbyEDecode
.- Returns:
this
-
tracks
Sets the value ofCfnChannel.AudioTrackSelectionProperty.getTracks()
- Parameters:
tracks
- Selects one or more unique audio tracks from within a source.- Returns:
this
-
tracks
@Stability(Stable) public CfnChannel.AudioTrackSelectionProperty.Builder tracks(List<? extends Object> tracks) Sets the value ofCfnChannel.AudioTrackSelectionProperty.getTracks()
- Parameters:
tracks
- Selects one or more unique audio tracks from within a source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.AudioTrackSelectionProperty>
- Returns:
- a new instance of
CfnChannel.AudioTrackSelectionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-