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