SecurityStandard.DefinitionStages.WithPolicySetDefinitionId Interface

public static interface SecurityStandard.DefinitionStages.WithPolicySetDefinitionId

The stage of the SecurityStandard definition allowing to specify policySetDefinitionId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPolicySetDefinitionId(String policySetDefinitionId)

Specifies the policySetDefinitionId property: The policy set definition id associated with the standard..

Method Details

withPolicySetDefinitionId

public abstract SecurityStandard.DefinitionStages.WithCreate withPolicySetDefinitionId(String policySetDefinitionId)

Specifies the policySetDefinitionId property: The policy set definition id associated with the standard..

Parameters:

policySetDefinitionId - The policy set definition id associated with the standard.

Returns:

the next definition stage.

Applies to