| 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() |
default Test.Builder |
Test.Builder.counters(Consumer<Counters.Builder> counters)
The test's result counters.
|
Test.Builder |
Test.Builder.counters(Counters counters)
The test's result counters.
|
Test.Builder |
Test.Builder.created(Instant created)
When the test was created.
|
default Test.Builder |
Test.Builder.deviceMinutes(Consumer<DeviceMinutes.Builder> deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default GetTestResponse.Builder |
GetTestResponse.Builder.test(Consumer<Test.Builder> test)
A test condition that is evaluated.
|
Copyright © 2021. All rights reserved.