Uses of Interface
software.amazon.awssdk.services.devicefarm.model.Test.Builder
-
Packages that use Test.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of Test.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Test.Builder Modifier and Type Method Description Test.BuilderTest.Builder. arn(String arn)The test's ARN.static Test.BuilderTest. builder()default Test.BuilderTest.Builder. counters(Consumer<Counters.Builder> counters)The test's result counters.Test.BuilderTest.Builder. counters(Counters counters)The test's result counters.Test.BuilderTest.Builder. created(Instant created)When the test was created.default Test.BuilderTest.Builder. deviceMinutes(Consumer<DeviceMinutes.Builder> deviceMinutes)Represents the total (metered or unmetered) minutes used by the test.Test.BuilderTest.Builder. deviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test.Test.BuilderTest.Builder. message(String message)A message about the test's result.Test.BuilderTest.Builder. name(String name)The test's name.Test.BuilderTest.Builder. result(String result)The test's result.Test.BuilderTest.Builder. result(ExecutionResult result)The test's result.Test.BuilderTest.Builder. started(Instant started)The test's start time.Test.BuilderTest.Builder. status(String status)The test's status.Test.BuilderTest.Builder. status(ExecutionStatus status)The test's status.Test.BuilderTest.Builder. stopped(Instant stopped)The test's stop time.Test.BuilderTest. toBuilder()Test.BuilderTest.Builder. type(String type)The test's type.Test.BuilderTest.Builder. type(TestType type)The test's type.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Test.Builder Modifier and Type Method Description static Class<? extends Test.Builder>Test. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Test.Builder Modifier and Type Method Description default GetTestResponse.BuilderGetTestResponse.Builder. test(Consumer<Test.Builder> test)A test condition that is evaluated.
-