@Stability(value=Stable) public static final class CfnBotAlias.TextLogSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBotAlias.TextLogSettingProperty>
CfnBotAlias.TextLogSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBotAlias.TextLogSettingProperty |
build()
Builds the configured instance.
|
CfnBotAlias.TextLogSettingProperty.Builder |
destination(CfnBotAlias.TextLogDestinationProperty destination)
Sets the value of
CfnBotAlias.TextLogSettingProperty.getDestination() |
CfnBotAlias.TextLogSettingProperty.Builder |
destination(IResolvable destination)
Sets the value of
CfnBotAlias.TextLogSettingProperty.getDestination() |
CfnBotAlias.TextLogSettingProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnBotAlias.TextLogSettingProperty.getEnabled() |
CfnBotAlias.TextLogSettingProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnBotAlias.TextLogSettingProperty.getEnabled() |
@Stability(value=Stable) public CfnBotAlias.TextLogSettingProperty.Builder destination(CfnBotAlias.TextLogDestinationProperty destination)
CfnBotAlias.TextLogSettingProperty.getDestination()destination - Defines the Amazon CloudWatch Logs destination log group for conversation text logs. This parameter is required.this@Stability(value=Stable) public CfnBotAlias.TextLogSettingProperty.Builder destination(IResolvable destination)
CfnBotAlias.TextLogSettingProperty.getDestination()destination - Defines the Amazon CloudWatch Logs destination log group for conversation text logs. This parameter is required.this@Stability(value=Stable) public CfnBotAlias.TextLogSettingProperty.Builder enabled(Boolean enabled)
CfnBotAlias.TextLogSettingProperty.getEnabled()enabled - Determines whether conversation logs should be stored for an alias. This parameter is required.this@Stability(value=Stable) public CfnBotAlias.TextLogSettingProperty.Builder enabled(IResolvable enabled)
CfnBotAlias.TextLogSettingProperty.getEnabled()enabled - Determines whether conversation logs should be stored for an alias. This parameter is required.this@Stability(value=Stable) public CfnBotAlias.TextLogSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnBotAlias.TextLogSettingProperty>CfnBotAlias.TextLogSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.