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