Interface DataMaskingRule.UpdateStages.WithPrefixSize

All Known Subinterfaces:
DataMaskingRule.Update
Enclosing interface:
DataMaskingRule.UpdateStages

public static interface DataMaskingRule.UpdateStages.WithPrefixSize
The stage of the DataMaskingRule update 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

      DataMaskingRule.Update 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. 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.