public static final class CfnBotAlias.TextLogSettingProperty.Builder
extends java.lang.Object
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(java.lang.Boolean enabled)
Sets the value of
CfnBotAlias.TextLogSettingProperty.getEnabled() |
CfnBotAlias.TextLogSettingProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnBotAlias.TextLogSettingProperty.getEnabled() |
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
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
public CfnBotAlias.TextLogSettingProperty.Builder enabled(java.lang.Boolean enabled)
CfnBotAlias.TextLogSettingProperty.getEnabled()
enabled
- Determines whether conversation logs should be stored for an alias. This parameter is required.this
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
public CfnBotAlias.TextLogSettingProperty build()
CfnBotAlias.TextLogSettingProperty
java.lang.NullPointerException
- if any required attribute was not provided