@Stability(value=Stable) public static final class CfnChannel.RemixSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.RemixSettingsProperty>
CfnChannel.RemixSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.RemixSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.RemixSettingsProperty.Builder |
channelMappings(IResolvable channelMappings)
Sets the value of
CfnChannel.RemixSettingsProperty.getChannelMappings() |
CfnChannel.RemixSettingsProperty.Builder |
channelMappings(List<? extends Object> channelMappings)
Sets the value of
CfnChannel.RemixSettingsProperty.getChannelMappings() |
CfnChannel.RemixSettingsProperty.Builder |
channelsIn(Number channelsIn)
Sets the value of
CfnChannel.RemixSettingsProperty.getChannelsIn() |
CfnChannel.RemixSettingsProperty.Builder |
channelsOut(Number channelsOut)
Sets the value of
CfnChannel.RemixSettingsProperty.getChannelsOut() |
@Stability(value=Stable) public CfnChannel.RemixSettingsProperty.Builder channelMappings(IResolvable channelMappings)
CfnChannel.RemixSettingsProperty.getChannelMappings()channelMappings - A mapping of input channels to output channels, with appropriate gain adjustments.this@Stability(value=Stable) public CfnChannel.RemixSettingsProperty.Builder channelMappings(List<? extends Object> channelMappings)
CfnChannel.RemixSettingsProperty.getChannelMappings()channelMappings - A mapping of input channels to output channels, with appropriate gain adjustments.this@Stability(value=Stable) public CfnChannel.RemixSettingsProperty.Builder channelsIn(Number channelsIn)
CfnChannel.RemixSettingsProperty.getChannelsIn()channelsIn - The number of input channels to be used.this@Stability(value=Stable) public CfnChannel.RemixSettingsProperty.Builder channelsOut(Number channelsOut)
CfnChannel.RemixSettingsProperty.getChannelsOut()channelsOut - The number of output channels to be produced.
Valid values: 1, 2, 4, 6, 8.this@Stability(value=Stable) public CfnChannel.RemixSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.RemixSettingsProperty>CfnChannel.RemixSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.