| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Test.Builder |
Test.Builder.arn(String arn)
The test's ARN.
|
static Test.Builder |
Test.builder() |
Test.Builder |
Test.Builder.counters(Counters counters)
The test's result counters.
|
Test.Builder |
Test.Builder.created(Instant created)
When the test was created.
|
Test.Builder |
Test.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
Test.Builder |
Test.Builder.message(String message)
A message about the test's result.
|
Test.Builder |
Test.Builder.name(String name)
The test's name.
|
Test.Builder |
Test.Builder.result(ExecutionResult result)
The test's result.
|
Test.Builder |
Test.Builder.result(String result)
The test's result.
|
Test.Builder |
Test.Builder.started(Instant started)
The test's start time.
|
Test.Builder |
Test.Builder.status(ExecutionStatus status)
The test's status.
|
Test.Builder |
Test.Builder.status(String status)
The test's status.
|
Test.Builder |
Test.Builder.stopped(Instant stopped)
The test's stop time.
|
Test.Builder |
Test.toBuilder() |
Test.Builder |
Test.Builder.type(String type)
The test's type.
|
Test.Builder |
Test.Builder.type(TestType type)
The test's type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Test.Builder> |
Test.serializableBuilderClass() |
Copyright © 2017. All rights reserved.