Interface M2NonManagedApplication.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<M2NonManagedApplication.Builder,,M2NonManagedApplication> SdkBuilder<M2NonManagedApplication.Builder,,M2NonManagedApplication> SdkPojo
- Enclosing class:
 M2NonManagedApplication
public static interface M2NonManagedApplication.Builder
extends SdkPojo, CopyableBuilder<M2NonManagedApplication.Builder,M2NonManagedApplication> 
- 
Method Summary
Modifier and TypeMethodDescriptionlistenerPort(String listenerPort) The listener port of the AWS Mainframe Modernization non-managed application.The runtime of the AWS Mainframe Modernization non-managed application.runtime(M2NonManagedRuntime runtime) The runtime of the AWS Mainframe Modernization non-managed application.vpcEndpointServiceName(String vpcEndpointServiceName) The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.webAppName(String webAppName) The web application name of the AWS Mainframe Modernization non-managed application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
vpcEndpointServiceName
The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.
- Parameters:
 vpcEndpointServiceName- The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
listenerPort
The listener port of the AWS Mainframe Modernization non-managed application.
- Parameters:
 listenerPort- The listener port of the AWS Mainframe Modernization non-managed application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
runtime
The runtime of the AWS Mainframe Modernization non-managed application.
- Parameters:
 runtime- The runtime of the AWS Mainframe Modernization non-managed application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
runtime
The runtime of the AWS Mainframe Modernization non-managed application.
- Parameters:
 runtime- The runtime of the AWS Mainframe Modernization non-managed application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
webAppName
The web application name of the AWS Mainframe Modernization non-managed application.
- Parameters:
 webAppName- The web application name of the AWS Mainframe Modernization non-managed application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -