DataMaskingRule.UpdateStages.WithColumnName Interface

public static interface DataMaskingRule.UpdateStages.WithColumnName

The stage of the DataMaskingRule update allowing to specify columnName.

Method Summary

Modifier and Type Method and Description
abstract Update withColumnName(String columnName)

Specifies the columnName property: The column name on which the data masking rule is applied..

Method Details

withColumnName

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

Applies to