Interface UserDetails.Builder

    • Method Detail

      • sessionId

        UserDetails.Builder sessionId​(String sessionId)

        The session ID that the performance events are from.

        Parameters:
        sessionId - The session ID that the performance events are from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        UserDetails.Builder userId​(String userId)

        The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.

        Parameters:
        userId - The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.