SecurityStandard.DefinitionStages.WithMetadata Interface

public static interface SecurityStandard.DefinitionStages.WithMetadata

The stage of the SecurityStandard definition allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMetadata(StandardMetadata metadata)

Specifies the metadata property: The security standard metadata..

Method Details

withMetadata

public abstract SecurityStandard.DefinitionStages.WithCreate withMetadata(StandardMetadata metadata)

Specifies the metadata property: The security standard metadata..

Parameters:

metadata - The security standard metadata.

Returns:

the next definition stage.

Applies to