SecurityAssessmentResponse.DefinitionStages.WithStatus Interface

public static interface SecurityAssessmentResponse.DefinitionStages.WithStatus

The stage of the SecurityAssessmentResponse definition allowing to specify status.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withStatus(AssessmentStatus status)

Specifies the status property: The result of the assessment.

Method Details

withStatus

public abstract SecurityAssessmentResponse.DefinitionStages.WithCreate withStatus(AssessmentStatus status)

Specifies the status property: The result of the assessment.

Parameters:

status - The result of the assessment.

Returns:

the next definition stage.

Applies to