SecurityAssessmentMetadataResponse.DefinitionStages.WithDescription Interface

public static interface SecurityAssessmentMetadataResponse.DefinitionStages.WithDescription

The stage of the SecurityAssessmentMetadataResponse definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: Human readable description of the assessment.

Method Details

withDescription

public abstract SecurityAssessmentMetadataResponse.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: Human readable description of the assessment.

Parameters:

description - Human readable description of the assessment.

Returns:

the next definition stage.

Applies to