GovernanceRule.DefinitionStages.WithRemediationTimeframe Interface

public static interface GovernanceRule.DefinitionStages.WithRemediationTimeframe

The stage of the GovernanceRule definition allowing to specify remediationTimeframe.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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

public abstract GovernanceRule.DefinitionStages.WithCreate 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.

Applies to