Interface GetSessionEndpointResponse.Builder

  • Method Details

    • endpointUrl

      GetSessionEndpointResponse.Builder endpointUrl(String endpointUrl)

      The endpoint for connecting to the session.

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

      Authentication token for the connection

      Parameters:
      authToken - Authentication token for the connection
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authTokenExpirationTime

      GetSessionEndpointResponse.Builder authTokenExpirationTime(Instant authTokenExpirationTime)

      Expiration time of the auth token.

      Parameters:
      authTokenExpirationTime - Expiration time of the auth token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.