Class CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.Eac3AtmosSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.Eac3AtmosSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.Eac3AtmosSettingsProperty>
A builder for
CfnChannelPropsMixin.Eac3AtmosSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getBitrate()build()Builds the configured instance.codingMode(String codingMode) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getCodingMode()Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getDialnorm()Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getDrcLine()Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getDrcRf()heightTrim(Number heightTrim) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getHeightTrim()surroundTrim(Number surroundTrim) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getSurroundTrim()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bitrate
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder bitrate(Number bitrate) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getBitrate()- Parameters:
bitrate- the value to be set.- Returns:
this
-
codingMode
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder codingMode(String codingMode) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getCodingMode()- Parameters:
codingMode- the value to be set.- Returns:
this
-
dialnorm
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder dialnorm(Number dialnorm) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getDialnorm()- Parameters:
dialnorm- the value to be set.- Returns:
this
-
drcLine
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder drcLine(String drcLine) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getDrcLine()- Parameters:
drcLine- the value to be set.- Returns:
this
-
drcRf
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder drcRf(String drcRf) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getDrcRf()- Parameters:
drcRf- the value to be set.- Returns:
this
-
heightTrim
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder heightTrim(Number heightTrim) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getHeightTrim()- Parameters:
heightTrim- the value to be set.- Returns:
this
-
surroundTrim
@Stability(Stable) public CfnChannelPropsMixin.Eac3AtmosSettingsProperty.Builder surroundTrim(Number surroundTrim) Sets the value ofCfnChannelPropsMixin.Eac3AtmosSettingsProperty.getSurroundTrim()- Parameters:
surroundTrim- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.Eac3AtmosSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.Eac3AtmosSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-