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