Interface StopBrowserSessionResponse.Builder

  • Method Details

    • browserIdentifier

      StopBrowserSessionResponse.Builder browserIdentifier(String browserIdentifier)

      The identifier of the browser.

      Parameters:
      browserIdentifier - The identifier of the browser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The identifier of the browser session.

      Parameters:
      sessionId - The identifier of the browser session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      StopBrowserSessionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The time at which the browser session was last updated.

      Parameters:
      lastUpdatedAt - The time at which the browser session was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.