Key.UpdateStages.WithIsActiveCmk Interface

public static interface Key.UpdateStages.WithIsActiveCmk

The stage of the Key update allowing to specify isActiveCmk.

Method Summary

Modifier and Type Method and Description
abstract Update withIsActiveCmk(Boolean isActiveCmk)

Specifies the isActiveCmk property: Used to activate the workspace after a customer managed key is provided..

Method Details

withIsActiveCmk

public abstract Key.Update withIsActiveCmk(Boolean isActiveCmk)

Specifies the isActiveCmk property: Used to activate the workspace after a customer managed key is provided..

Parameters:

isActiveCmk - Used to activate the workspace after a customer managed key is provided.

Returns:

the next definition stage.

Applies to