SecurityStandard.DefinitionStages.WithDescription Interface

public static interface SecurityStandard.DefinitionStages.WithDescription

The stage of the SecurityStandard definition allowing to specify description.

Method Summary

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

Specifies the description property: Description of the standard.

Method Details

withDescription

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

Specifies the description property: Description of the standard.

Parameters:

description - Description of the standard.

Returns:

the next definition stage.

Applies to