Interface GovernanceRule.UpdateStages.WithDisplayName

All Known Subinterfaces:
GovernanceRule.Update
Enclosing interface:
GovernanceRule.UpdateStages

public static interface GovernanceRule.UpdateStages.WithDisplayName
The stage of the GovernanceRule update allowing to specify displayName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: display name of the governanceRule.
  • Method Details

    • withDisplayName

      GovernanceRule.Update withDisplayName(String displayName)
      Specifies the displayName property: display name of the governanceRule.
      Parameters:
      displayName - display name of the governanceRule.
      Returns:
      the next definition stage.