Interface Key.UpdateStages.WithIsActiveCmk

All Known Subinterfaces:
Key.Update
Enclosing interface:
Key.UpdateStages

public static interface Key.UpdateStages.WithIsActiveCmk
The stage of the Key update allowing to specify isActiveCmk.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIsActiveCmk(Boolean isActiveCmk)
    Specifies the isActiveCmk property: Used to activate the workspace after a customer managed key is provided..
  • Method Details

    • withIsActiveCmk

      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.