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