GovernanceRule.DefinitionStages.WithDescription Interface

public static interface GovernanceRule.DefinitionStages.WithDescription

The stage of the GovernanceRule definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: Description of the governance rule.

Method Details

withDescription

public abstract GovernanceRule.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: Description of the governance rule.

Parameters:

description - Description of the governance rule.

Returns:

the next definition stage.

Applies to