DataMaskingRule.UpdateStages.WithTableName Interface
public static interface DataMaskingRule.UpdateStages.WithTableName
The stage of the DataMaskingRule update allowing to specify tableName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withTableName(String tableName)
Specifies the table |
Method Details
withTableName
public abstract DataMaskingRule.Update withTableName(String tableName)
Specifies the tableName property: The table name on which the data masking rule is applied..
Parameters:
Returns: