public static final class CfnChannel.AudioChannelMappingProperty.Builder
extends java.lang.Object
CfnChannel.AudioChannelMappingProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.AudioChannelMappingProperty |
build()
Builds the configured instance.
|
CfnChannel.AudioChannelMappingProperty.Builder |
inputChannelLevels(IResolvable inputChannelLevels)
Sets the value of
CfnChannel.AudioChannelMappingProperty.getInputChannelLevels() |
CfnChannel.AudioChannelMappingProperty.Builder |
inputChannelLevels(java.util.List<? extends java.lang.Object> inputChannelLevels)
Sets the value of
CfnChannel.AudioChannelMappingProperty.getInputChannelLevels() |
CfnChannel.AudioChannelMappingProperty.Builder |
outputChannel(java.lang.Number outputChannel)
Sets the value of
CfnChannel.AudioChannelMappingProperty.getOutputChannel() |
public CfnChannel.AudioChannelMappingProperty.Builder inputChannelLevels(IResolvable inputChannelLevels)
CfnChannel.AudioChannelMappingProperty.getInputChannelLevels()
inputChannelLevels
- The indices and gain values for each input channel that should be remixed into this output channel.this
public CfnChannel.AudioChannelMappingProperty.Builder inputChannelLevels(java.util.List<? extends java.lang.Object> inputChannelLevels)
CfnChannel.AudioChannelMappingProperty.getInputChannelLevels()
inputChannelLevels
- The indices and gain values for each input channel that should be remixed into this output channel.this
public CfnChannel.AudioChannelMappingProperty.Builder outputChannel(java.lang.Number outputChannel)
CfnChannel.AudioChannelMappingProperty.getOutputChannel()
outputChannel
- The index of the output channel that is being produced.this
public CfnChannel.AudioChannelMappingProperty build()
CfnChannel.AudioChannelMappingProperty
java.lang.NullPointerException
- if any required attribute was not provided