Uses of Interface
software.amazon.awssdk.services.apptest.model.TestCaseLatestVersion.Builder
-
Packages that use TestCaseLatestVersion.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TestCaseLatestVersion.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TestCaseLatestVersion.Builder Modifier and Type Method Description static TestCaseLatestVersion.BuilderTestCaseLatestVersion. builder()TestCaseLatestVersion.BuilderTestCaseLatestVersion.Builder. status(String status)The status of the test case latest version.TestCaseLatestVersion.BuilderTestCaseLatestVersion.Builder. status(TestCaseLifecycle status)The status of the test case latest version.TestCaseLatestVersion.BuilderTestCaseLatestVersion.Builder. statusReason(String statusReason)The status reason of the test case latest version.TestCaseLatestVersion.BuilderTestCaseLatestVersion. toBuilder()TestCaseLatestVersion.BuilderTestCaseLatestVersion.Builder. version(Integer version)The version of the test case latest version.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TestCaseLatestVersion.Builder Modifier and Type Method Description static Class<? extends TestCaseLatestVersion.Builder>TestCaseLatestVersion. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type TestCaseLatestVersion.Builder Modifier and Type Method Description default GetTestCaseResponse.BuilderGetTestCaseResponse.Builder. latestVersion(Consumer<TestCaseLatestVersion.Builder> latestVersion)The latest version of the test case.
-