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