Interface DataMaskingRule.DefinitionStages.WithPrefixSize

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

public static interface DataMaskingRule.DefinitionStages.WithPrefixSize
The stage of the DataMaskingRule definition allowing to specify prefixSize.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPrefixSize(String prefixSize)
    Specifies the prefixSize property: If maskingFunction is set to Text, the number of characters to show unmasked in the beginning of the string.
  • Method Details

    • withPrefixSize

      Specifies the prefixSize property: If maskingFunction is set to Text, the number of characters to show unmasked in the beginning of the string. Otherwise, this parameter will be ignored..
      Parameters:
      prefixSize - If maskingFunction is set to Text, the number of characters to show unmasked in the beginning of the string. Otherwise, this parameter will be ignored.
      Returns:
      the next definition stage.