DataMaskingRule.DefinitionStages.WithAliasName Interface

public static interface DataMaskingRule.DefinitionStages.WithAliasName

The stage of the DataMaskingRule definition allowing to specify aliasName.

Method Summary

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

Specifies the aliasName property: The alias name.

Method Details

withAliasName

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