Interface Key.DefinitionStages.WithIsActiveCmk
-
- All Known Subinterfaces:
Key.Definition
,Key.DefinitionStages.WithCreate
- Enclosing interface:
- Key.DefinitionStages
public static interface Key.DefinitionStages.WithIsActiveCmk
The stage of the Key definition allowing to specify isActiveCmk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.DefinitionStages.WithCreate
withIsActiveCmk(Boolean isActiveCmk)
Specifies the isActiveCmk property: Used to activate the workspace after a customer managed key is provided..
-
-
-
Method Detail
-
withIsActiveCmk
Key.DefinitionStages.WithCreate 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.
-
-