Interface SaveBrowserSessionProfileResponse.Builder

  • Method Details

    • profileIdentifier

      SaveBrowserSessionProfileResponse.Builder profileIdentifier(String profileIdentifier)

      The unique identifier of the saved browser profile.

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

      SaveBrowserSessionProfileResponse.Builder browserIdentifier(String browserIdentifier)

      The unique identifier of the browser associated with the session from which the profile was saved.

      Parameters:
      browserIdentifier - The unique identifier of the browser associated with the session from which the profile was saved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The unique identifier of the browser session from which the profile was saved.

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

      SaveBrowserSessionProfileResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

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

      Parameters:
      lastUpdatedAt - The timestamp when the browser profile 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.