Interface TN3270Summary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TN3270Summary.Builder,
,TN3270Summary> SdkBuilder<TN3270Summary.Builder,
,TN3270Summary> SdkPojo
- Enclosing class:
TN3270Summary
@Mutable
@NotThreadSafe
public static interface TN3270Summary.Builder
extends SdkPojo, CopyableBuilder<TN3270Summary.Builder,TN3270Summary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TN3270Summary.Builder
stepInput
(Consumer<TN3270StepInput.Builder> stepInput) The step input of the TN3270 summary.stepInput
(TN3270StepInput stepInput) The step input of the TN3270 summary.default TN3270Summary.Builder
stepOutput
(Consumer<TN3270StepOutput.Builder> stepOutput) The step output of the TN3270 summary.stepOutput
(TN3270StepOutput stepOutput) The step output of the TN3270 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 TN3270 summary.
- Parameters:
stepInput
- The step input of the TN3270 summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepInput
The step input of the TN3270 summary.
This is a convenience method that creates an instance of theTN3270StepInput.Builder
avoiding the need to create one manually viaTN3270StepInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepInput(TN3270StepInput)
.- Parameters:
stepInput
- a consumer that will call methods onTN3270StepInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepOutput
The step output of the TN3270 summary.
- Parameters:
stepOutput
- The step output of the TN3270 summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepOutput
The step output of the TN3270 summary.
This is a convenience method that creates an instance of theTN3270StepOutput.Builder
avoiding the need to create one manually viaTN3270StepOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepOutput(TN3270StepOutput)
.- Parameters:
stepOutput
- a consumer that will call methods onTN3270StepOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-