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