Interface DataMaskingRule.UpdateStages.WithSchemaName

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

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

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

    • withSchemaName

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