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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M2NonManagedApplication.BuilderlistenerPort(String listenerPort)The listener port of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.Builderruntime(String runtime)The runtime of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.Builderruntime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.BuildervpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.M2NonManagedApplication.BuilderwebAppName(String webAppName)The web application name of the AWS Mainframe Modernization non-managed application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpcEndpointServiceName
M2NonManagedApplication.Builder vpcEndpointServiceName(String 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
M2NonManagedApplication.Builder listenerPort(String 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
M2NonManagedApplication.Builder runtime(String 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:
M2NonManagedRuntime,M2NonManagedRuntime
-
runtime
M2NonManagedApplication.Builder runtime(M2NonManagedRuntime 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:
M2NonManagedRuntime,M2NonManagedRuntime
-
webAppName
M2NonManagedApplication.Builder webAppName(String 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.
-
-