@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 - Bits per sample.this@Stability(value=Stable) public CfnChannel.WavSettingsProperty.Builder codingMode(String codingMode)
CfnChannel.WavSettingsProperty.getCodingMode()codingMode - The audio coding mode for the WAV audio.
The mode determines the number of channels in the audio.this@Stability(value=Stable) public CfnChannel.WavSettingsProperty.Builder sampleRate(Number sampleRate)
CfnChannel.WavSettingsProperty.getSampleRate()sampleRate - Sample rate in Hz.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 © 2022. All rights reserved.