Class CfnBot.ObfuscationSettingProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBot.ObfuscationSettingProperty>
- Enclosing interface:
CfnBot.ObfuscationSettingProperty
@Stability(Stable)
public static final class CfnBot.ObfuscationSettingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBot.ObfuscationSettingProperty>
A builder for
CfnBot.ObfuscationSettingProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.obfuscationSettingType
(String obfuscationSettingType) Sets the value ofCfnBot.ObfuscationSettingProperty.getObfuscationSettingType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
obfuscationSettingType
@Stability(Stable) public CfnBot.ObfuscationSettingProperty.Builder obfuscationSettingType(String obfuscationSettingType) Sets the value ofCfnBot.ObfuscationSettingProperty.getObfuscationSettingType()
- Parameters:
obfuscationSettingType
- Value that determines whether Amazon Lex obscures slot values in conversation logs. This parameter is required. The default is to obscure the values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBot.ObfuscationSettingProperty>
- Returns:
- a new instance of
CfnBot.ObfuscationSettingProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-