Interface ObfuscationSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ObfuscationSetting.Builder,
,ObfuscationSetting> SdkBuilder<ObfuscationSetting.Builder,
,ObfuscationSetting> SdkPojo
- Enclosing class:
ObfuscationSetting
public static interface ObfuscationSetting.Builder
extends SdkPojo, CopyableBuilder<ObfuscationSetting.Builder,ObfuscationSetting>
-
Method Summary
Modifier and TypeMethodDescriptionobfuscationSettingType
(String obfuscationSettingType) Value that determines whether Amazon Lex obscures slot values in conversation logs.obfuscationSettingType
(ObfuscationSettingType obfuscationSettingType) Value that determines whether Amazon Lex obscures slot values in conversation logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
obfuscationSettingType
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
- Parameters:
obfuscationSettingType
- Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
obfuscationSettingType
Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
- Parameters:
obfuscationSettingType
- Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-