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 Summary
Modifier 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.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 Details
-
stepInput
The 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.
-
stepInput
default 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.Builder
avoiding the need to create one manually viaM2NonManagedApplicationStepInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepInput(M2NonManagedApplicationStepInput)
.- Parameters:
stepInput
- a consumer that will call methods onM2NonManagedApplicationStepInput.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 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.
-
stepOutput
default 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.Builder
avoiding the need to create one manually viaM2NonManagedApplicationStepOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepOutput(M2NonManagedApplicationStepOutput)
.- Parameters:
stepOutput
- a consumer that will call methods onM2NonManagedApplicationStepOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-