Class CfnBotAliasPropsMixin.TextLogDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotAliasPropsMixin.TextLogDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotAliasPropsMixin.TextLogDestinationProperty>
- Enclosing interface:
CfnBotAliasPropsMixin.TextLogDestinationProperty
@Stability(Stable)
public static final class CfnBotAliasPropsMixin.TextLogDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotAliasPropsMixin.TextLogDestinationProperty>
A builder for
CfnBotAliasPropsMixin.TextLogDestinationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBotAliasPropsMixin.TextLogDestinationProperty.getCloudWatch()cloudWatch(IResolvable cloudWatch) Sets the value ofCfnBotAliasPropsMixin.TextLogDestinationProperty.getCloudWatch()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatch
@Stability(Stable) public CfnBotAliasPropsMixin.TextLogDestinationProperty.Builder cloudWatch(IResolvable cloudWatch) Sets the value ofCfnBotAliasPropsMixin.TextLogDestinationProperty.getCloudWatch()- Parameters:
cloudWatch- Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.- Returns:
this
-
cloudWatch
@Stability(Stable) public CfnBotAliasPropsMixin.TextLogDestinationProperty.Builder cloudWatch(CfnBotAliasPropsMixin.CloudWatchLogGroupLogDestinationProperty cloudWatch) Sets the value ofCfnBotAliasPropsMixin.TextLogDestinationProperty.getCloudWatch()- Parameters:
cloudWatch- Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotAliasPropsMixin.TextLogDestinationProperty>- Returns:
- a new instance of
CfnBotAliasPropsMixin.TextLogDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-