Interface DataMaskingRule.UpdateStages.WithTableName

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

public static interface DataMaskingRule.UpdateStages.WithTableName
The stage of the DataMaskingRule update allowing to specify tableName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTableName(String tableName)
    Specifies the tableName property: The table name on which the data masking rule is applied..
  • Method Details

    • withTableName

      DataMaskingRule.Update withTableName(String tableName)
      Specifies the tableName property: The table name on which the data masking rule is applied..
      Parameters:
      tableName - The table name on which the data masking rule is applied.
      Returns:
      the next definition stage.