Interface GetSessionEndpointResponse.Builder

  • Method Details

    • applicationId

      GetSessionEndpointResponse.Builder applicationId(String applicationId)

      The output contains the ID of the application.

      Parameters:
      applicationId - The output contains the ID of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The output contains the ID of the session.

      Parameters:
      sessionId - The output contains the ID of the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpoint

      The endpoint URL for connecting to the session.

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

      Authentication token for accessing the session endpoint.

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

      GetSessionEndpointResponse.Builder authTokenExpiresAt(Instant authTokenExpiresAt)

      The expiration time of the authentication token.

      Parameters:
      authTokenExpiresAt - The expiration time of the authentication token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.