Interface TestGridSession.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestGridSession.Builder,TestGridSession>, SdkBuilder<TestGridSession.Builder,TestGridSession>, SdkPojo
Enclosing class:
TestGridSession

public static interface TestGridSession.Builder extends SdkPojo, CopyableBuilder<TestGridSession.Builder,TestGridSession>
  • Method Details

    • 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.
    • status

      The state of the session.

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

      The state of the session.

      Parameters:
      status - The state of the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.