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