Interface SessionEndpoint.Builder

  • Method Details

    • url

      The Spark Connect endpoint URL for the session.

      Parameters:
      url - The Spark Connect endpoint URL for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authToken

      SessionEndpoint.Builder authToken(String authToken)

      The authentication token to include in requests to the Spark Connect endpoint.

      Parameters:
      authToken - The authentication token to include in requests to the Spark Connect endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authTokenExpirationTime

      SessionEndpoint.Builder authTokenExpirationTime(Instant authTokenExpirationTime)

      The time at which the authentication token expires.

      Parameters:
      authTokenExpirationTime - The time at which the authentication token expires.
      Returns:
      Returns a reference to this object so that method calls can be chained together.