Interface GovernanceRule.UpdateStages.WithRemediationTimeframe

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

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

    Modifier and Type
    Method
    Description
    withRemediationTimeframe(String remediationTimeframe)
    Specifies the remediationTimeframe property: Governance rule remediation timeframe - this is the time that will affect on the grace-period duration e.g.
  • Method Details

    • withRemediationTimeframe

      GovernanceRule.Update withRemediationTimeframe(String remediationTimeframe)
      Specifies the remediationTimeframe property: Governance rule remediation timeframe - this is the time that will affect on the grace-period duration e.g. 7.00:00:00 - means 7 days.
      Parameters:
      remediationTimeframe - Governance rule remediation timeframe - this is the time that will affect on the grace-period duration e.g. 7.00:00:00 - means 7 days.
      Returns:
      the next definition stage.