DataMaskingRule.UpdateStages.WithReplacementString Interface
public static interface DataMaskingRule.UpdateStages.WithReplacementString
The stage of the DataMaskingRule update allowing to specify replacementString.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withReplacementString(String replacementString)
Specifies the replacement |
Method Details
withReplacementString
public abstract DataMaskingRule.Update 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:
Returns: