Interface GetBrowserProfileResponse.Builder

  • Method Details

    • profileId

      The unique identifier of the browser profile.

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

      GetBrowserProfileResponse.Builder profileArn(String profileArn)

      The Amazon Resource Name (ARN) of the browser profile.

      Parameters:
      profileArn - The Amazon Resource Name (ARN) of the browser profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the browser profile.

      Parameters:
      name - The name of the browser profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetBrowserProfileResponse.Builder description(String description)

      The description of the browser profile.

      Parameters:
      description - The description of the browser profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the browser profile.

      Parameters:
      status - The current status of the browser profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the browser profile.

      Parameters:
      status - The current status of the browser profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The timestamp when the browser profile was created.

      Parameters:
      createdAt - The timestamp when the browser profile was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      GetBrowserProfileResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the browser profile was last updated.

      Parameters:
      lastUpdatedAt - The timestamp when the browser profile was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastSavedAt

      GetBrowserProfileResponse.Builder lastSavedAt(Instant lastSavedAt)

      The timestamp when browser session data was last saved to this profile.

      Parameters:
      lastSavedAt - The timestamp when browser session data was last saved to this profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastSavedBrowserSessionId

      GetBrowserProfileResponse.Builder lastSavedBrowserSessionId(String lastSavedBrowserSessionId)

      The identifier of the browser session from which data was last saved to this profile.

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

      GetBrowserProfileResponse.Builder lastSavedBrowserId(String lastSavedBrowserId)

      The identifier of the browser from which data was last saved to this profile.

      Parameters:
      lastSavedBrowserId - The identifier of the browser from which data was last saved to this profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.