Interface M2ManagedApplicationStepInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<M2ManagedApplicationStepInput.Builder,M2ManagedApplicationStepInput>,SdkBuilder<M2ManagedApplicationStepInput.Builder,M2ManagedApplicationStepInput>,SdkPojo
- Enclosing class:
- M2ManagedApplicationStepInput
public static interface M2ManagedApplicationStepInput.Builder extends SdkPojo, CopyableBuilder<M2ManagedApplicationStepInput.Builder,M2ManagedApplicationStepInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description M2ManagedApplicationStepInput.BuilderactionType(String actionType)The action type of the AWS Mainframe Modernization managed application step input.M2ManagedApplicationStepInput.BuilderactionType(M2ManagedActionType actionType)The action type of the AWS Mainframe Modernization managed application step input.M2ManagedApplicationStepInput.BuilderapplicationId(String applicationId)The application ID of the AWS Mainframe Modernization managed application step input.M2ManagedApplicationStepInput.BuilderlistenerPort(Integer listenerPort)The listener port of the AWS Mainframe Modernization managed application step input.default M2ManagedApplicationStepInput.Builderproperties(Consumer<M2ManagedActionProperties.Builder> properties)The properties of the AWS Mainframe Modernization managed application step input.M2ManagedApplicationStepInput.Builderproperties(M2ManagedActionProperties properties)The properties of the AWS Mainframe Modernization managed application step input.M2ManagedApplicationStepInput.Builderruntime(String runtime)The runtime of the AWS Mainframe Modernization managed application step input.M2ManagedApplicationStepInput.BuildervpcEndpointServiceName(String vpcEndpointServiceName)The VPC endpoint service name of the AWS Mainframe Modernization 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
-
applicationId
M2ManagedApplicationStepInput.Builder applicationId(String applicationId)
The application ID of the AWS Mainframe Modernization managed application step input.
- Parameters:
applicationId- The application ID of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtime
M2ManagedApplicationStepInput.Builder runtime(String runtime)
The runtime of the AWS Mainframe Modernization managed application step input.
- Parameters:
runtime- The runtime of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointServiceName
M2ManagedApplicationStepInput.Builder vpcEndpointServiceName(String vpcEndpointServiceName)
The VPC endpoint service name of the AWS Mainframe Modernization managed application step input.
- Parameters:
vpcEndpointServiceName- The VPC endpoint service name of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerPort
M2ManagedApplicationStepInput.Builder listenerPort(Integer listenerPort)
The listener port of the AWS Mainframe Modernization managed application step input.
- Parameters:
listenerPort- The listener port of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
M2ManagedApplicationStepInput.Builder actionType(String actionType)
The action type of the AWS Mainframe Modernization managed application step input.
- Parameters:
actionType- The action type of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M2ManagedActionType,M2ManagedActionType
-
actionType
M2ManagedApplicationStepInput.Builder actionType(M2ManagedActionType actionType)
The action type of the AWS Mainframe Modernization managed application step input.
- Parameters:
actionType- The action type of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
M2ManagedActionType,M2ManagedActionType
-
properties
M2ManagedApplicationStepInput.Builder properties(M2ManagedActionProperties properties)
The properties of the AWS Mainframe Modernization managed application step input.
- Parameters:
properties- The properties of the AWS Mainframe Modernization managed application step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
default M2ManagedApplicationStepInput.Builder properties(Consumer<M2ManagedActionProperties.Builder> properties)
The properties of the AWS Mainframe Modernization managed application step input.
This is a convenience method that creates an instance of theM2ManagedActionProperties.Builderavoiding the need to create one manually viaM2ManagedActionProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproperties(M2ManagedActionProperties).- Parameters:
properties- a consumer that will call methods onM2ManagedActionProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
properties(M2ManagedActionProperties)
-
-