Class WorkspaceKeyDetails


  • public final class WorkspaceKeyDetails
    extends Object
    Details of the customer managed key associated with the workspace.
    • Constructor Detail

      • WorkspaceKeyDetails

        public WorkspaceKeyDetails()
    • Method Detail

      • name

        public String name()
        Get the name property: Workspace Key sub-resource name.
        Returns:
        the name value.
      • withName

        public WorkspaceKeyDetails withName​(String name)
        Set the name property: Workspace Key sub-resource name.
        Parameters:
        name - the name value to set.
        Returns:
        the WorkspaceKeyDetails object itself.
      • keyVaultUrl

        public String keyVaultUrl()
        Get the keyVaultUrl property: Workspace Key sub-resource key vault url.
        Returns:
        the keyVaultUrl value.
      • withKeyVaultUrl

        public WorkspaceKeyDetails withKeyVaultUrl​(String keyVaultUrl)
        Set the keyVaultUrl property: Workspace Key sub-resource key vault url.
        Parameters:
        keyVaultUrl - the keyVaultUrl value to set.
        Returns:
        the WorkspaceKeyDetails object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.