SecurityAssessmentMetadataResponse.DefinitionStages.WithSeverity Interface

public static interface SecurityAssessmentMetadataResponse.DefinitionStages.WithSeverity

The stage of the SecurityAssessmentMetadataResponse definition allowing to specify severity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSeverity(Severity severity)

Specifies the severity property: The severity level of the assessment.

Method Details

withSeverity

public abstract SecurityAssessmentMetadataResponse.DefinitionStages.WithCreate withSeverity(Severity severity)

Specifies the severity property: The severity level of the assessment.

Parameters:

severity - The severity level of the assessment.

Returns:

the next definition stage.

Applies to