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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObfuscationSetting.BuilderobfuscationSettingType(String obfuscationSettingType)Value that determines whether Amazon Lex obscures slot values in conversation logs.ObfuscationSetting.BuilderobfuscationSettingType(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 Detail
-
obfuscationSettingType
ObfuscationSetting.Builder obfuscationSettingType(String 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,ObfuscationSettingType
-
obfuscationSettingType
ObfuscationSetting.Builder obfuscationSettingType(ObfuscationSettingType 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,ObfuscationSettingType
-
-