| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridSession.Builder |
TestGridSession.Builder.arn(String arn)
The ARN of the session.
|
TestGridSession.Builder |
TestGridSession.Builder.billingMinutes(Double billingMinutes)
The number of billed minutes that were used for this session.
|
static TestGridSession.Builder |
TestGridSession.builder() |
TestGridSession.Builder |
TestGridSession.Builder.created(Instant created)
The time that the session was started.
|
TestGridSession.Builder |
TestGridSession.Builder.ended(Instant ended)
The time the session ended.
|
TestGridSession.Builder |
TestGridSession.Builder.seleniumProperties(String seleniumProperties)
A JSON object of options and parameters passed to the Selenium WebDriver.
|
TestGridSession.Builder |
TestGridSession.Builder.status(String status)
The state of the session.
|
TestGridSession.Builder |
TestGridSession.Builder.status(TestGridSessionStatus status)
The state of the session.
|
TestGridSession.Builder |
TestGridSession.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestGridSession.Builder> |
TestGridSession.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTestGridSessionResponse.Builder |
GetTestGridSessionResponse.Builder.testGridSession(Consumer<TestGridSession.Builder> testGridSession)
The TestGridSession that was requested.
|
Copyright © 2023. All rights reserved.