public static final class CfnChannel.InputChannelLevelProperty.Builder
extends java.lang.Object
CfnChannel.InputChannelLevelProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.InputChannelLevelProperty |
build()
Builds the configured instance.
|
CfnChannel.InputChannelLevelProperty.Builder |
gain(java.lang.Number gain)
Sets the value of
CfnChannel.InputChannelLevelProperty.getGain() |
CfnChannel.InputChannelLevelProperty.Builder |
inputChannel(java.lang.Number inputChannel)
Sets the value of
CfnChannel.InputChannelLevelProperty.getInputChannel() |
public CfnChannel.InputChannelLevelProperty.Builder gain(java.lang.Number gain)
CfnChannel.InputChannelLevelProperty.getGain()
gain
- The remixing value.
Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.this
public CfnChannel.InputChannelLevelProperty.Builder inputChannel(java.lang.Number inputChannel)
CfnChannel.InputChannelLevelProperty.getInputChannel()
inputChannel
- The index of the input channel that is used as a source.this
public CfnChannel.InputChannelLevelProperty build()
CfnChannel.InputChannelLevelProperty
java.lang.NullPointerException
- if any required attribute was not provided