@Stability(value=Stable) public static final class CfnChannel.WavSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.WavSettingsProperty>
CfnChannel.WavSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.WavSettingsProperty.Builder |
bitDepth(Number bitDepth)
Sets the value of
CfnChannel.WavSettingsProperty.getBitDepth() |
CfnChannel.WavSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.WavSettingsProperty.Builder |
codingMode(String codingMode)
Sets the value of
CfnChannel.WavSettingsProperty.getCodingMode() |
CfnChannel.WavSettingsProperty.Builder |
sampleRate(Number sampleRate)
Sets the value of
CfnChannel.WavSettingsProperty.getSampleRate() |
@Stability(value=Stable) public CfnChannel.WavSettingsProperty.Builder bitDepth(Number bitDepth)
CfnChannel.WavSettingsProperty.getBitDepth()bitDepth - `CfnChannel.WavSettingsProperty.BitDepth`.this@Stability(value=Stable) public CfnChannel.WavSettingsProperty.Builder codingMode(String codingMode)
CfnChannel.WavSettingsProperty.getCodingMode()codingMode - `CfnChannel.WavSettingsProperty.CodingMode`.this@Stability(value=Stable) public CfnChannel.WavSettingsProperty.Builder sampleRate(Number sampleRate)
CfnChannel.WavSettingsProperty.getSampleRate()sampleRate - `CfnChannel.WavSettingsProperty.SampleRate`.this@Stability(value=Stable) public CfnChannel.WavSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.WavSettingsProperty>CfnChannel.WavSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.