DataMaskingRule.DefinitionStages.WithSchemaName Interface

public static interface DataMaskingRule.DefinitionStages.WithSchemaName

The stage of the DataMaskingRule definition allowing to specify schemaName.

Method Summary

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

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

Method Details

withSchemaName

public abstract DataMaskingRule.DefinitionStages.WithCreate 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