SecurityAssessmentMetadataResponse.DefinitionStages.WithDisplayName Interface

public static interface SecurityAssessmentMetadataResponse.DefinitionStages.WithDisplayName

The stage of the SecurityAssessmentMetadataResponse definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: User friendly display name of the assessment.

Method Details

withDisplayName

public abstract SecurityAssessmentMetadataResponse.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: User friendly display name of the assessment.

Parameters:

displayName - User friendly display name of the assessment.

Returns:

the next definition stage.

Applies to