Interface DataMaskingRule.DefinitionStages.WithReplacementString

All Known Subinterfaces:
DataMaskingRule.Definition, DataMaskingRule.DefinitionStages.WithCreate
Enclosing interface:
DataMaskingRule.DefinitionStages

public static interface DataMaskingRule.DefinitionStages.WithReplacementString
The stage of the DataMaskingRule definition allowing to specify replacementString.
  • Method Details

    • withReplacementString

      DataMaskingRule.DefinitionStages.WithCreate withReplacementString(String replacementString)
      Specifies the replacementString property: If maskingFunction is set to Text, the character to use for masking the unexposed part of the string. Otherwise, this parameter will be ignored..
      Parameters:
      replacementString - If maskingFunction is set to Text, the character to use for masking the unexposed part of the string. Otherwise, this parameter will be ignored.
      Returns:
      the next definition stage.