Interface GovernanceRule.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: description of the governanceRule.
  • Method Details

    • withDescription

      GovernanceRule.Update withDescription(String description)
      Specifies the description property: description of the governanceRule.
      Parameters:
      description - description of the governanceRule.
      Returns:
      the next definition stage.