Uses of Interface
software.amazon.awssdk.services.devicefarm.model.TestGridSession.Builder
-
Packages that use TestGridSession.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridSession.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestGridSession.Builder Modifier and Type Method Description TestGridSession.BuilderTestGridSession.Builder. arn(String arn)The ARN of the session.TestGridSession.BuilderTestGridSession.Builder. billingMinutes(Double billingMinutes)The number of billed minutes that were used for this session.static TestGridSession.BuilderTestGridSession. builder()TestGridSession.BuilderTestGridSession.Builder. created(Instant created)The time that the session was started.TestGridSession.BuilderTestGridSession.Builder. ended(Instant ended)The time the session ended.TestGridSession.BuilderTestGridSession.Builder. seleniumProperties(String seleniumProperties)A JSON object of options and parameters passed to the Selenium WebDriver.TestGridSession.BuilderTestGridSession.Builder. status(String status)The state of the session.TestGridSession.BuilderTestGridSession.Builder. status(TestGridSessionStatus status)The state of the session.TestGridSession.BuilderTestGridSession. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridSession.Builder Modifier and Type Method Description static Class<? extends TestGridSession.Builder>TestGridSession. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type TestGridSession.Builder Modifier and Type Method Description default GetTestGridSessionResponse.BuilderGetTestGridSessionResponse.Builder. testGridSession(Consumer<TestGridSession.Builder> testGridSession)The TestGridSession that was requested.
-