SecurityAssessmentMetadataResponse.DefinitionStages.WithUserImpact Interface

public static interface SecurityAssessmentMetadataResponse.DefinitionStages.WithUserImpact

The stage of the SecurityAssessmentMetadataResponse definition allowing to specify userImpact.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withUserImpact(UserImpact userImpact)

Specifies the userImpact property: The user impact of the assessment.

Method Details

withUserImpact

public abstract SecurityAssessmentMetadataResponse.DefinitionStages.WithCreate withUserImpact(UserImpact userImpact)

Specifies the userImpact property: The user impact of the assessment.

Parameters:

userImpact - The user impact of the assessment.

Returns:

the next definition stage.

Applies to