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