CustomAssessmentAutomation.DefinitionStages.WithRemediationDescription Interface

public static interface CustomAssessmentAutomation.DefinitionStages.WithRemediationDescription

The stage of the CustomAssessmentAutomation definition allowing to specify remediationDescription.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRemediationDescription(String remediationDescription)

Specifies the remediationDescription property: The remediation description to relate to the assessments generated by this assessment automation..

Method Details

withRemediationDescription

public abstract CustomAssessmentAutomation.DefinitionStages.WithCreate withRemediationDescription(String remediationDescription)

Specifies the remediationDescription property: The remediation description to relate to the assessments generated by this assessment automation..

Parameters:

remediationDescription - The remediation description to relate to the assessments generated by this assessment automation.

Returns:

the next definition stage.

Applies to