Interface CreateWorkspaceApiKeyResponse.Builder

    • Method Detail

      • key

        CreateWorkspaceApiKeyResponse.Builder key​(String key)

        The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.

        Parameters:
        key - The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyName

        CreateWorkspaceApiKeyResponse.Builder keyName​(String keyName)

        The name of the key that was created.

        Parameters:
        keyName - The name of the key that was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceId

        CreateWorkspaceApiKeyResponse.Builder workspaceId​(String workspaceId)

        The ID of the workspace that the key is valid for.

        Parameters:
        workspaceId - The ID of the workspace that the key is valid for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.