public static final class CfnBotAlias.TextLogDestinationProperty.Builder
extends java.lang.Object
CfnBotAlias.TextLogDestinationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBotAlias.TextLogDestinationProperty |
build()
Builds the configured instance.
|
CfnBotAlias.TextLogDestinationProperty.Builder |
cloudWatch(CfnBotAlias.CloudWatchLogGroupLogDestinationProperty cloudWatch)
Sets the value of
CfnBotAlias.TextLogDestinationProperty.getCloudWatch() |
CfnBotAlias.TextLogDestinationProperty.Builder |
cloudWatch(IResolvable cloudWatch)
Sets the value of
CfnBotAlias.TextLogDestinationProperty.getCloudWatch() |
public CfnBotAlias.TextLogDestinationProperty.Builder cloudWatch(IResolvable cloudWatch)
CfnBotAlias.TextLogDestinationProperty.getCloudWatch()
cloudWatch
- Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered. This parameter is required.this
public CfnBotAlias.TextLogDestinationProperty.Builder cloudWatch(CfnBotAlias.CloudWatchLogGroupLogDestinationProperty cloudWatch)
CfnBotAlias.TextLogDestinationProperty.getCloudWatch()
cloudWatch
- Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered. This parameter is required.this
public CfnBotAlias.TextLogDestinationProperty build()
CfnBotAlias.TextLogDestinationProperty
java.lang.NullPointerException
- if any required attribute was not provided