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 Details

    • 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

      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: