Interface CreateTestGridUrlResponse.Builder

  • Method Details

    • url

      A signed URL, expiring in the time specified by the CreateTestGridUrlRequest, to be passed to a RemoteWebDriver.

      Parameters:
      url - A signed URL, expiring in the time specified by the CreateTestGridUrlRequest, to be passed to a RemoteWebDriver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expires

      The number of seconds the URL stays active from creation.

      Parameters:
      expires - The number of seconds the URL stays active from creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.