Uses of Interface
software.amazon.awssdk.services.apptest.model.M2NonManagedApplication.Builder
-
Packages that use M2NonManagedApplication.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of M2NonManagedApplication.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return M2NonManagedApplication.Builder Modifier and Type Method Description static M2NonManagedApplication.BuilderM2NonManagedApplication. builder()M2NonManagedApplication.BuilderM2NonManagedApplication.Builder. listenerPort(String listenerPort)The listener port of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.BuilderM2NonManagedApplication.Builder. runtime(String runtime)The runtime of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.BuilderM2NonManagedApplication.Builder. runtime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.BuilderM2NonManagedApplication. toBuilder()M2NonManagedApplication.BuilderM2NonManagedApplication.Builder. vpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.BuilderM2NonManagedApplication.Builder. webAppName(String webAppName)The web application name of the AWS Mainframe Modernization non-managed application.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type M2NonManagedApplication.Builder Modifier and Type Method Description static Class<? extends M2NonManagedApplication.Builder>M2NonManagedApplication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type M2NonManagedApplication.Builder Modifier and Type Method Description static ResourceTypeResourceType. fromM2NonManagedApplication(Consumer<M2NonManagedApplication.Builder> m2NonManagedApplication)Create an instance of this class withResourceType.m2NonManagedApplication()initialized to the given value.default ResourceType.BuilderResourceType.Builder. m2NonManagedApplication(Consumer<M2NonManagedApplication.Builder> m2NonManagedApplication)The AWS Mainframe Modernization non-managed application of the resource type.
-