Interface BrowserSummary.Builder

  • Method Details

    • browserId

      BrowserSummary.Builder browserId(String browserId)

      The unique identifier of the browser.

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

      BrowserSummary.Builder browserArn(String browserArn)

      The Amazon Resource Name (ARN) of the browser.

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

      The name of the browser.

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

      BrowserSummary.Builder description(String description)

      The description of the browser.

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

      The current status of the browser.

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

      The current status of the browser.

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

      BrowserSummary.Builder createdAt(Instant createdAt)

      The timestamp when the browser was created.

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

      BrowserSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The timestamp when the browser was last updated.

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