GovernanceRule.DefinitionStages.WithGovernanceEmailNotification Interface

public static interface GovernanceRule.DefinitionStages.WithGovernanceEmailNotification

The stage of the GovernanceRule definition allowing to specify governanceEmailNotification.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withGovernanceEmailNotification(GovernanceRuleEmailNotification governanceEmailNotification)

Specifies the governanceEmailNotification property: The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners.

Method Details

withGovernanceEmailNotification

public abstract GovernanceRule.DefinitionStages.WithCreate withGovernanceEmailNotification(GovernanceRuleEmailNotification governanceEmailNotification)

Specifies the governanceEmailNotification property: The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners.

Parameters:

governanceEmailNotification - The email notifications settings for the governance rule, states whether to disable notifications for mangers and owners.

Returns:

the next definition stage.

Applies to