GovernanceRule.DefinitionStages.WithMetadata Interface

public static interface GovernanceRule.DefinitionStages.WithMetadata

The stage of the GovernanceRule definition allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMetadata(GovernanceRuleMetadata metadata)

Specifies the metadata property: The governance rule metadata.

Method Details

withMetadata

public abstract GovernanceRule.DefinitionStages.WithCreate withMetadata(GovernanceRuleMetadata metadata)

Specifies the metadata property: The governance rule metadata.

Parameters:

metadata - The governance rule metadata.

Returns:

the next definition stage.

Applies to