SecurityAssessmentMetadataResponse.DefinitionStages.WithRemediationDescription Interface

public static interface SecurityAssessmentMetadataResponse.DefinitionStages.WithRemediationDescription

The stage of the SecurityAssessmentMetadataResponse definition allowing to specify remediationDescription.

Method Summary

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

Specifies the remediationDescription property: Human readable description of what you should do to mitigate this security issue.

Method Details

withRemediationDescription

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

Specifies the remediationDescription property: Human readable description of what you should do to mitigate this security issue.

Parameters:

remediationDescription - Human readable description of what you should do to mitigate this security issue.

Returns:

the next definition stage.

Applies to