Interface TestGridSession.Builder

    • Method Detail

      • arn

        TestGridSession.Builder arn​(String arn)

        The ARN of the session.

        Parameters:
        arn - The ARN of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • created

        TestGridSession.Builder created​(Instant created)

        The time that the session was started.

        Parameters:
        created - The time that the session was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ended

        TestGridSession.Builder ended​(Instant ended)

        The time the session ended.

        Parameters:
        ended - The time the session ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • billingMinutes

        TestGridSession.Builder billingMinutes​(Double billingMinutes)

        The number of billed minutes that were used for this session.

        Parameters:
        billingMinutes - The number of billed minutes that were used for this session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • seleniumProperties

        TestGridSession.Builder seleniumProperties​(String seleniumProperties)

        A JSON object of options and parameters passed to the Selenium WebDriver.

        Parameters:
        seleniumProperties - A JSON object of options and parameters passed to the Selenium WebDriver.
        Returns:
        Returns a reference to this object so that method calls can be chained together.