Interface M2NonManagedApplicationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<M2NonManagedApplicationSummary.Builder,M2NonManagedApplicationSummary>,SdkBuilder<M2NonManagedApplicationSummary.Builder,M2NonManagedApplicationSummary>,SdkPojo
- Enclosing class:
- M2NonManagedApplicationSummary
public static interface M2NonManagedApplicationSummary.Builder extends SdkPojo, CopyableBuilder<M2NonManagedApplicationSummary.Builder,M2NonManagedApplicationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M2NonManagedApplicationSummary.BuilderlistenerPort(Integer listenerPort)The listener port of the AWS Mainframe Modernization non-managed application summary.M2NonManagedApplicationSummary.Builderruntime(String runtime)The runtime of the AWS Mainframe Modernization non-managed application summary.M2NonManagedApplicationSummary.Builderruntime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application summary.M2NonManagedApplicationSummary.BuildervpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name of the AWS Mainframe Modernization non-managed application summary.M2NonManagedApplicationSummary.BuilderwebAppName(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 Detail
-
vpcEndpointServiceName
M2NonManagedApplicationSummary.Builder vpcEndpointServiceName(String 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
M2NonManagedApplicationSummary.Builder listenerPort(Integer 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
M2NonManagedApplicationSummary.Builder runtime(String 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:
M2NonManagedRuntime,M2NonManagedRuntime
-
runtime
M2NonManagedApplicationSummary.Builder runtime(M2NonManagedRuntime 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:
M2NonManagedRuntime,M2NonManagedRuntime
-
webAppName
M2NonManagedApplicationSummary.Builder webAppName(String 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.
-
-