Class CfnBotPropsMixin.ErrorLogSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.ErrorLogSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotPropsMixin.ErrorLogSettingsProperty>
- Enclosing interface:
CfnBotPropsMixin.ErrorLogSettingsProperty
@Stability(Stable)
public static final class CfnBotPropsMixin.ErrorLogSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotPropsMixin.ErrorLogSettingsProperty>
A builder for
CfnBotPropsMixin.ErrorLogSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBotPropsMixin.ErrorLogSettingsProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnBotPropsMixin.ErrorLogSettingsProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnBotPropsMixin.ErrorLogSettingsProperty.Builder enabled(Boolean enabled) Sets the value ofCfnBotPropsMixin.ErrorLogSettingsProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
enabled
@Stability(Stable) public CfnBotPropsMixin.ErrorLogSettingsProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnBotPropsMixin.ErrorLogSettingsProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotPropsMixin.ErrorLogSettingsProperty>- Returns:
- a new instance of
CfnBotPropsMixin.ErrorLogSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-