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