Interface BrowserProfileSummary.Builder

  • Method Details

    • profileId

      BrowserProfileSummary.Builder profileId(String 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

      BrowserProfileSummary.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

      BrowserProfileSummary.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. Possible values include READY, SAVING, DELETING, and DELETED.

      Parameters:
      status - The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.
      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. Possible values include READY, SAVING, DELETING, and DELETED.

      Parameters:
      status - The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      BrowserProfileSummary.Builder createdAt(Instant 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

      BrowserProfileSummary.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

      BrowserProfileSummary.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

      BrowserProfileSummary.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

      BrowserProfileSummary.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.