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