Interface M2ManagedApplicationStepSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<M2ManagedApplicationStepSummary.Builder,,M2ManagedApplicationStepSummary> SdkBuilder<M2ManagedApplicationStepSummary.Builder,,M2ManagedApplicationStepSummary> SdkPojo
- Enclosing class:
M2ManagedApplicationStepSummary
public static interface M2ManagedApplicationStepSummary.Builder
extends SdkPojo, CopyableBuilder<M2ManagedApplicationStepSummary.Builder,M2ManagedApplicationStepSummary>
-
Method Summary
Modifier and TypeMethodDescriptionstepInput(Consumer<M2ManagedApplicationStepInput.Builder> stepInput) The step input of the AWS Mainframe Modernization managed application step summary.stepInput(M2ManagedApplicationStepInput stepInput) The step input of the AWS Mainframe Modernization managed application step summary.stepOutput(Consumer<M2ManagedApplicationStepOutput.Builder> stepOutput) The step output of the AWS Mainframe Modernization managed application step summary.stepOutput(M2ManagedApplicationStepOutput stepOutput) The step output of the AWS Mainframe Modernization managed application step summary.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, sdkFields
-
Method Details
-
stepInput
The step input of the AWS Mainframe Modernization managed application step summary.
- Parameters:
stepInput- The step input of the AWS Mainframe Modernization managed application step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepInput
default M2ManagedApplicationStepSummary.Builder stepInput(Consumer<M2ManagedApplicationStepInput.Builder> stepInput) The step input of the AWS Mainframe Modernization managed application step summary.
This is a convenience method that creates an instance of theM2ManagedApplicationStepInput.Builderavoiding the need to create one manually viaM2ManagedApplicationStepInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepInput(M2ManagedApplicationStepInput).- Parameters:
stepInput- a consumer that will call methods onM2ManagedApplicationStepInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepOutput
The step output of the AWS Mainframe Modernization managed application step summary.
- Parameters:
stepOutput- The step output of the AWS Mainframe Modernization managed application step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepOutput
default M2ManagedApplicationStepSummary.Builder stepOutput(Consumer<M2ManagedApplicationStepOutput.Builder> stepOutput) The step output of the AWS Mainframe Modernization managed application step summary.
This is a convenience method that creates an instance of theM2ManagedApplicationStepOutput.Builderavoiding the need to create one manually viaM2ManagedApplicationStepOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepOutput(M2ManagedApplicationStepOutput).- Parameters:
stepOutput- a consumer that will call methods onM2ManagedApplicationStepOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-