Interface BrowserSessionSummary.Builder

  • Method Details

    • browserIdentifier

      BrowserSessionSummary.Builder browserIdentifier(String browserIdentifier)

      The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.

      Parameters:
      browserIdentifier - The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      BrowserSessionSummary.Builder sessionId(String sessionId)

      The unique identifier of the browser session. This identifier is used in operations that interact with the session.

      Parameters:
      sessionId - The unique identifier of the browser session. This identifier is used in operations that interact with the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the browser session. This name helps identify and manage the session.

      Parameters:
      name - The name of the browser session. This name helps identify and manage the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

      Parameters:
      status - The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

      Parameters:
      status - The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      BrowserSessionSummary.Builder createdAt(Instant createdAt)

      The timestamp when the browser session was created. This value is in ISO 8601 format.

      Parameters:
      createdAt - The timestamp when the browser session was created. This value is in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      BrowserSessionSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the browser session was last updated. This value is in ISO 8601 format.

      Parameters:
      lastUpdatedAt - The timestamp when the browser session was last updated. This value is in ISO 8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.