Class CfnChannel.AudioPidProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.AudioPidProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.AudioPidProperty>
- Enclosing interface:
CfnChannel.AudioPidProperty
@Stability(Stable)
public static final class CfnChannel.AudioPidProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.AudioPidProperty>
A builder for
CfnChannel.AudioPidProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dolbyEDecode(IResolvable dolbyEDecode) Sets the value ofCfnChannel.AudioPidProperty.getDolbyEDecode()dolbyEDecode(CfnChannel.AudioDolbyEDecodeProperty dolbyEDecode) Sets the value ofCfnChannel.AudioPidProperty.getDolbyEDecode()Sets the value ofCfnChannel.AudioPidProperty.getPid()premixSettings(IResolvable premixSettings) Sets the value ofCfnChannel.AudioPidProperty.getPremixSettings()premixSettings(CfnChannel.AudioPreMixerSettingsProperty premixSettings) Sets the value ofCfnChannel.AudioPidProperty.getPremixSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dolbyEDecode
@Stability(Stable) public CfnChannel.AudioPidProperty.Builder dolbyEDecode(IResolvable dolbyEDecode) Sets the value ofCfnChannel.AudioPidProperty.getDolbyEDecode()- Parameters:
dolbyEDecode- the value to be set.- Returns:
this
-
dolbyEDecode
@Stability(Stable) public CfnChannel.AudioPidProperty.Builder dolbyEDecode(CfnChannel.AudioDolbyEDecodeProperty dolbyEDecode) Sets the value ofCfnChannel.AudioPidProperty.getDolbyEDecode()- Parameters:
dolbyEDecode- the value to be set.- Returns:
this
-
pid
Sets the value ofCfnChannel.AudioPidProperty.getPid()- Parameters:
pid- the value to be set.- Returns:
this
-
premixSettings
@Stability(Stable) public CfnChannel.AudioPidProperty.Builder premixSettings(IResolvable premixSettings) Sets the value ofCfnChannel.AudioPidProperty.getPremixSettings()- Parameters:
premixSettings- the value to be set.- Returns:
this
-
premixSettings
@Stability(Stable) public CfnChannel.AudioPidProperty.Builder premixSettings(CfnChannel.AudioPreMixerSettingsProperty premixSettings) Sets the value ofCfnChannel.AudioPidProperty.getPremixSettings()- Parameters:
premixSettings- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.AudioPidProperty>- Returns:
- a new instance of
CfnChannel.AudioPidProperty - Throws:
NullPointerException- if any required attribute was not provided
-