DataMaskingRule.UpdateStages.WithAliasName Interface

public static interface DataMaskingRule.UpdateStages.WithAliasName

The stage of the DataMaskingRule update allowing to specify aliasName.

Method Summary

Modifier and Type Method and Description
abstract Update withAliasName(String aliasName)

Specifies the aliasName property: The alias name.

Method Details

withAliasName

public abstract DataMaskingRule.Update withAliasName(String aliasName)

Specifies the aliasName property: The alias name. This is a legacy parameter and is no longer used..

Parameters:

aliasName - The alias name. This is a legacy parameter and is no longer used.

Returns:

the next definition stage.

Applies to