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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M2NonManagedApplicationStepInput.BuilderactionType(String actionType)The action type of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationStepInput.BuilderactionType(M2NonManagedActionType actionType)The action type of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationStepInput.BuilderlistenerPort(Integer listenerPort)The listener port of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationStepInput.Builderruntime(String runtime)The runtime of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationStepInput.Builderruntime(M2NonManagedRuntime runtime)The runtime of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationStepInput.BuildervpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name of the AWS Mainframe Modernization non-managed application step input.M2NonManagedApplicationStepInput.BuilderwebAppName(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
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
M2NonManagedApplicationStepInput.Builder vpcEndpointServiceName(String 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
M2NonManagedApplicationStepInput.Builder listenerPort(Integer 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
M2NonManagedApplicationStepInput.Builder runtime(String 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:
M2NonManagedRuntime,M2NonManagedRuntime
-
runtime
M2NonManagedApplicationStepInput.Builder runtime(M2NonManagedRuntime 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:
M2NonManagedRuntime,M2NonManagedRuntime
-
webAppName
M2NonManagedApplicationStepInput.Builder webAppName(String 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
M2NonManagedApplicationStepInput.Builder actionType(String 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:
M2NonManagedActionType,M2NonManagedActionType
-
actionType
M2NonManagedApplicationStepInput.Builder actionType(M2NonManagedActionType 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:
M2NonManagedActionType,M2NonManagedActionType
-
-