DataMaskingRule.UpdateStages.WithSchemaName Interface

public static interface DataMaskingRule.UpdateStages.WithSchemaName

The stage of the DataMaskingRule update allowing to specify schemaName.

Method Summary

Modifier and Type Method and Description
abstract Update withSchemaName(String schemaName)

Specifies the schemaName property: The schema name on which the data masking rule is applied..

Method Details

withSchemaName

public abstract 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.

Applies to