Interface M2NonManagedApplicationStepSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<M2NonManagedApplicationStepSummary.Builder,,- M2NonManagedApplicationStepSummary> - SdkBuilder<M2NonManagedApplicationStepSummary.Builder,,- M2NonManagedApplicationStepSummary> - SdkPojo
- Enclosing class:
- M2NonManagedApplicationStepSummary
@Mutable
@NotThreadSafe
public static interface M2NonManagedApplicationStepSummary.Builder
extends SdkPojo, CopyableBuilder<M2NonManagedApplicationStepSummary.Builder,M2NonManagedApplicationStepSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe step input of the AWS Mainframe Modernization non-managed application step summary.stepInput(M2NonManagedApplicationStepInput stepInput) The step input of the AWS Mainframe Modernization non-managed application step summary.stepOutput(Consumer<M2NonManagedApplicationStepOutput.Builder> stepOutput) The step output of the AWS Mainframe Modernization non-managed application step summary.stepOutput(M2NonManagedApplicationStepOutput stepOutput) The step output of the AWS Mainframe Modernization non-managed application step summary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stepInputThe step input of the AWS Mainframe Modernization non-managed application step summary. - Parameters:
- stepInput- The step input of the AWS Mainframe Modernization non-managed application step summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stepInputdefault M2NonManagedApplicationStepSummary.Builder stepInput(Consumer<M2NonManagedApplicationStepInput.Builder> stepInput) The step input of the AWS Mainframe Modernization non-managed application step summary. This is a convenience method that creates an instance of theM2NonManagedApplicationStepInput.Builderavoiding the need to create one manually viaM2NonManagedApplicationStepInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepInput(M2NonManagedApplicationStepInput).- Parameters:
- stepInput- a consumer that will call methods on- M2NonManagedApplicationStepInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stepOutputThe step output of the AWS Mainframe Modernization non-managed application step summary. - Parameters:
- stepOutput- The step output of the AWS Mainframe Modernization non-managed application step summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stepOutputdefault M2NonManagedApplicationStepSummary.Builder stepOutput(Consumer<M2NonManagedApplicationStepOutput.Builder> stepOutput) The step output of the AWS Mainframe Modernization non-managed application step summary. This is a convenience method that creates an instance of theM2NonManagedApplicationStepOutput.Builderavoiding the need to create one manually viaM2NonManagedApplicationStepOutput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepOutput(M2NonManagedApplicationStepOutput).- Parameters:
- stepOutput- a consumer that will call methods on- M2NonManagedApplicationStepOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-