@Stability(value=Stable) public static final class CfnBotAlias.ConversationLogSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBotAlias.ConversationLogSettingsProperty>
CfnBotAlias.ConversationLogSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBotAlias.ConversationLogSettingsProperty.Builder |
audioLogSettings(IResolvable audioLogSettings)
Sets the value of
CfnBotAlias.ConversationLogSettingsProperty.getAudioLogSettings() |
CfnBotAlias.ConversationLogSettingsProperty.Builder |
audioLogSettings(List<? extends Object> audioLogSettings)
Sets the value of
CfnBotAlias.ConversationLogSettingsProperty.getAudioLogSettings() |
CfnBotAlias.ConversationLogSettingsProperty |
build()
Builds the configured instance.
|
CfnBotAlias.ConversationLogSettingsProperty.Builder |
textLogSettings(IResolvable textLogSettings)
Sets the value of
CfnBotAlias.ConversationLogSettingsProperty.getTextLogSettings() |
CfnBotAlias.ConversationLogSettingsProperty.Builder |
textLogSettings(List<? extends Object> textLogSettings)
Sets the value of
CfnBotAlias.ConversationLogSettingsProperty.getTextLogSettings() |
@Stability(value=Stable) public CfnBotAlias.ConversationLogSettingsProperty.Builder audioLogSettings(IResolvable audioLogSettings)
CfnBotAlias.ConversationLogSettingsProperty.getAudioLogSettings()audioLogSettings - The Amazon S3 settings for logging audio to an S3 bucket.this@Stability(value=Stable) public CfnBotAlias.ConversationLogSettingsProperty.Builder audioLogSettings(List<? extends Object> audioLogSettings)
CfnBotAlias.ConversationLogSettingsProperty.getAudioLogSettings()audioLogSettings - The Amazon S3 settings for logging audio to an S3 bucket.this@Stability(value=Stable) public CfnBotAlias.ConversationLogSettingsProperty.Builder textLogSettings(IResolvable textLogSettings)
CfnBotAlias.ConversationLogSettingsProperty.getTextLogSettings()textLogSettings - The Amazon CloudWatch Logs settings for logging text and metadata.this@Stability(value=Stable) public CfnBotAlias.ConversationLogSettingsProperty.Builder textLogSettings(List<? extends Object> textLogSettings)
CfnBotAlias.ConversationLogSettingsProperty.getTextLogSettings()textLogSettings - The Amazon CloudWatch Logs settings for logging text and metadata.this@Stability(value=Stable) public CfnBotAlias.ConversationLogSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnBotAlias.ConversationLogSettingsProperty>CfnBotAlias.ConversationLogSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.