Class CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotAliasPropsMixin.AudioLogSettingProperty>
- Enclosing interface:
CfnBotAliasPropsMixin.AudioLogSettingProperty
@Stability(Stable)
public static final class CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotAliasPropsMixin.AudioLogSettingProperty>
A builder for
CfnBotAliasPropsMixin.AudioLogSettingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getDestination()destination(IResolvable destination) Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getDestination()Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder destination(IResolvable destination) Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getDestination()- Parameters:
destination- The location of audio log files collected when conversation logging is enabled for a bot.- Returns:
this
-
destination
@Stability(Stable) public CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder destination(CfnBotAliasPropsMixin.AudioLogDestinationProperty destination) Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getDestination()- Parameters:
destination- The location of audio log files collected when conversation logging is enabled for a bot.- Returns:
this
-
enabled
@Stability(Stable) public CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder enabled(Boolean enabled) Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getEnabled()- Parameters:
enabled- Determines whether audio logging in enabled for the bot.- Returns:
this
-
enabled
@Stability(Stable) public CfnBotAliasPropsMixin.AudioLogSettingProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnBotAliasPropsMixin.AudioLogSettingProperty.getEnabled()- Parameters:
enabled- Determines whether audio logging in enabled for the bot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotAliasPropsMixin.AudioLogSettingProperty>- Returns:
- a new instance of
CfnBotAliasPropsMixin.AudioLogSettingProperty - Throws:
NullPointerException- if any required attribute was not provided
-