Class NotebookWorkspaceConnectionInfoResultInner


  • public final class NotebookWorkspaceConnectionInfoResultInner
    extends Object
    The connection info for the given notebook workspace.
    • Constructor Detail

      • NotebookWorkspaceConnectionInfoResultInner

        public NotebookWorkspaceConnectionInfoResultInner()
    • Method Detail

      • authToken

        public String authToken()
        Get the authToken property: Specifies auth token used for connecting to Notebook server (uses token-based auth).
        Returns:
        the authToken value.
      • notebookServerEndpoint

        public String notebookServerEndpoint()
        Get the notebookServerEndpoint property: Specifies the endpoint of Notebook server.
        Returns:
        the notebookServerEndpoint value.
      • validate

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