SecurityAssessmentResponse.UpdateStages.WithStatus Interface

public static interface SecurityAssessmentResponse.UpdateStages.WithStatus

The stage of the SecurityAssessmentResponse update allowing to specify status.

Method Summary

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

Specifies the status property: The result of the assessment.

Method Details

withStatus

public abstract SecurityAssessmentResponse.Update 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