Interface M2ManagedApplication.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<M2ManagedApplication.Builder,
,M2ManagedApplication> SdkBuilder<M2ManagedApplication.Builder,
,M2ManagedApplication> SdkPojo
- Enclosing class:
M2ManagedApplication
@Mutable
@NotThreadSafe
public static interface M2ManagedApplication.Builder
extends SdkPojo, CopyableBuilder<M2ManagedApplication.Builder,M2ManagedApplication>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The application ID of the AWS Mainframe Modernization managed application.listenerPort
(String listenerPort) The listener port of the AWS Mainframe Modernization managed application.The runtime of the AWS Mainframe Modernization managed application.runtime
(M2ManagedRuntime runtime) The runtime of the AWS Mainframe Modernization managed application.vpcEndpointServiceName
(String vpcEndpointServiceName) The VPC endpoint service name of the AWS Mainframe Modernization 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 Details
-
applicationId
The application ID of the AWS Mainframe Modernization managed application.
- Parameters:
applicationId
- The application ID of the AWS Mainframe Modernization 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 managed application.
- Parameters:
runtime
- The runtime of the AWS Mainframe Modernization 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 managed application.
- Parameters:
runtime
- The runtime of the AWS Mainframe Modernization managed application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcEndpointServiceName
The VPC endpoint service name of the AWS Mainframe Modernization managed application.
- Parameters:
vpcEndpointServiceName
- The VPC endpoint service name of the AWS Mainframe Modernization 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 managed application.
- Parameters:
listenerPort
- The listener port of the AWS Mainframe Modernization managed application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-