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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default M2ManagedApplicationStepSummary.BuilderstepInput(Consumer<M2ManagedApplicationStepInput.Builder> stepInput)The step input of the AWS Mainframe Modernization managed application step summary.M2ManagedApplicationStepSummary.BuilderstepInput(M2ManagedApplicationStepInput stepInput)The step input of the AWS Mainframe Modernization managed application step summary.default M2ManagedApplicationStepSummary.BuilderstepOutput(Consumer<M2ManagedApplicationStepOutput.Builder> stepOutput)The step output of the AWS Mainframe Modernization managed application step summary.M2ManagedApplicationStepSummary.BuilderstepOutput(M2ManagedApplicationStepOutput stepOutput)The step output of the AWS Mainframe Modernization managed application step 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
-
stepInput
M2ManagedApplicationStepSummary.Builder stepInput(M2ManagedApplicationStepInput 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:
stepInput(M2ManagedApplicationStepInput)
-
stepOutput
M2ManagedApplicationStepSummary.Builder stepOutput(M2ManagedApplicationStepOutput 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:
stepOutput(M2ManagedApplicationStepOutput)
-
-