Interface StartSessionResult.Builder

    • Method Detail

      • sessionToken

        StartSessionResult.Builder sessionToken​(String sessionToken)

        Session token of the started session. This SessionToken is required for every subsequent command that is issued during the current session.

        Parameters:
        sessionToken - Session token of the started session. This SessionToken is required for every subsequent command that is issued during the current session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timingInformation

        StartSessionResult.Builder timingInformation​(TimingInformation timingInformation)

        Contains server-side performance information for the command.

        Parameters:
        timingInformation - Contains server-side performance information for the command.
        Returns:
        Returns a reference to this object so that method calls can be chained together.