@Stability(value=Stable) public static final class CfnBot.AudioLogSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.AudioLogSettingProperty>
CfnBot.AudioLogSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.AudioLogSettingProperty |
build()
Builds the configured instance.
|
CfnBot.AudioLogSettingProperty.Builder |
destination(CfnBot.AudioLogDestinationProperty destination)
Sets the value of
CfnBot.AudioLogSettingProperty.getDestination() |
CfnBot.AudioLogSettingProperty.Builder |
destination(IResolvable destination)
Sets the value of
CfnBot.AudioLogSettingProperty.getDestination() |
CfnBot.AudioLogSettingProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnBot.AudioLogSettingProperty.getEnabled() |
CfnBot.AudioLogSettingProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnBot.AudioLogSettingProperty.getEnabled() |
@Stability(value=Stable) public CfnBot.AudioLogSettingProperty.Builder destination(CfnBot.AudioLogDestinationProperty destination)
CfnBot.AudioLogSettingProperty.getDestination()destination - Specifies the location of the audio log files collected when conversation logging is enabled for a bot. This parameter is required.this@Stability(value=Stable) public CfnBot.AudioLogSettingProperty.Builder destination(IResolvable destination)
CfnBot.AudioLogSettingProperty.getDestination()destination - Specifies the location of the audio log files collected when conversation logging is enabled for a bot. This parameter is required.this@Stability(value=Stable) public CfnBot.AudioLogSettingProperty.Builder enabled(Boolean enabled)
CfnBot.AudioLogSettingProperty.getEnabled()enabled - Specifies whether audio logging is enabled for the bot. This parameter is required.this@Stability(value=Stable) public CfnBot.AudioLogSettingProperty.Builder enabled(IResolvable enabled)
CfnBot.AudioLogSettingProperty.getEnabled()enabled - Specifies whether audio logging is enabled for the bot. This parameter is required.this@Stability(value=Stable) public CfnBot.AudioLogSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.AudioLogSettingProperty>CfnBot.AudioLogSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.