SecurityContact.DefinitionStages.WithIsEnabled Interface

public static interface SecurityContact.DefinitionStages.WithIsEnabled

The stage of the SecurityContact definition allowing to specify isEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: Indicates whether the security contact is enabled..

Method Details

withIsEnabled

public abstract SecurityContact.DefinitionStages.WithCreate withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: Indicates whether the security contact is enabled..

Parameters:

isEnabled - Indicates whether the security contact is enabled.

Returns:

the next definition stage.

Applies to