DataMaskingRule.DefinitionStages.WithMaskingFunction Interface

public static interface DataMaskingRule.DefinitionStages.WithMaskingFunction

The stage of the DataMaskingRule definition allowing to specify maskingFunction.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMaskingFunction(DataMaskingFunction maskingFunction)

Specifies the maskingFunction property: The masking function that is used for the data masking rule..

Method Details

withMaskingFunction

public abstract DataMaskingRule.DefinitionStages.WithCreate withMaskingFunction(DataMaskingFunction maskingFunction)

Specifies the maskingFunction property: The masking function that is used for the data masking rule..

Parameters:

maskingFunction - The masking function that is used for the data masking rule.

Returns:

the next definition stage.

Applies to