Interface DataMaskingRule.UpdateStages.WithColumnName

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

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

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

    • withColumnName

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