public static interface TestGridSession.Builder extends SdkPojo, CopyableBuilder<TestGridSession.Builder,TestGridSession>
| Modifier and Type | Method and Description |
|---|---|
TestGridSession.Builder |
arn(String arn)
The ARN of the session.
|
TestGridSession.Builder |
billingMinutes(Double billingMinutes)
The number of billed minutes that were used for this session.
|
TestGridSession.Builder |
created(Instant created)
The time that the session was started.
|
TestGridSession.Builder |
ended(Instant ended)
The time the session ended.
|
TestGridSession.Builder |
seleniumProperties(String seleniumProperties)
A JSON object of options and parameters passed to the Selenium WebDriver.
|
TestGridSession.Builder |
status(String status)
The state of the session.
|
TestGridSession.Builder |
status(TestGridSessionStatus status)
The state of the session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestGridSession.Builder arn(String arn)
The ARN of the session.
arn - The ARN of the session.TestGridSession.Builder status(String status)
The state of the session.
status - The state of the session.TestGridSessionStatus,
TestGridSessionStatusTestGridSession.Builder status(TestGridSessionStatus status)
The state of the session.
status - The state of the session.TestGridSessionStatus,
TestGridSessionStatusTestGridSession.Builder created(Instant created)
The time that the session was started.
created - The time that the session was started.TestGridSession.Builder ended(Instant ended)
The time the session ended.
ended - The time the session ended.TestGridSession.Builder billingMinutes(Double billingMinutes)
The number of billed minutes that were used for this session.
billingMinutes - The number of billed minutes that were used for this session.TestGridSession.Builder seleniumProperties(String seleniumProperties)
A JSON object of options and parameters passed to the Selenium WebDriver.
seleniumProperties - A JSON object of options and parameters passed to the Selenium WebDriver.Copyright © 2022. All rights reserved.