SecurityAssessmentResponse.UpdateStages.WithResourceDetails Interface

public static interface SecurityAssessmentResponse.UpdateStages.WithResourceDetails

The stage of the SecurityAssessmentResponse update allowing to specify resourceDetails.

Method Summary

Modifier and Type Method and Description
abstract Update withResourceDetails(ResourceDetails resourceDetails)

Specifies the resourceDetails property: Details of the resource that was assessed.

Method Details

withResourceDetails

public abstract SecurityAssessmentResponse.Update withResourceDetails(ResourceDetails resourceDetails)

Specifies the resourceDetails property: Details of the resource that was assessed.

Parameters:

resourceDetails - Details of the resource that was assessed.

Returns:

the next definition stage.

Applies to