SecurityAssessmentResponse.DefinitionStages.WithRisk Interface

public static interface SecurityAssessmentResponse.DefinitionStages.WithRisk

The stage of the SecurityAssessmentResponse definition allowing to specify risk.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRisk(SecurityAssessmentPropertiesBaseRisk risk)

Specifies the risk property: External model of risk result.

Method Details

withRisk

public abstract SecurityAssessmentResponse.DefinitionStages.WithCreate withRisk(SecurityAssessmentPropertiesBaseRisk risk)

Specifies the risk property: External model of risk result.

Parameters:

risk - External model of risk result.

Returns:

the next definition stage.

Applies to