Interface TN3270Summary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TN3270Summary.Builder,TN3270Summary>,SdkBuilder<TN3270Summary.Builder,TN3270Summary>,SdkPojo
- Enclosing class:
- TN3270Summary
public static interface TN3270Summary.Builder extends SdkPojo, CopyableBuilder<TN3270Summary.Builder,TN3270Summary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TN3270Summary.BuilderstepInput(Consumer<TN3270StepInput.Builder> stepInput)The step input of the TN3270 summary.TN3270Summary.BuilderstepInput(TN3270StepInput stepInput)The step input of the TN3270 summary.default TN3270Summary.BuilderstepOutput(Consumer<TN3270StepOutput.Builder> stepOutput)The step output of the TN3270 summary.TN3270Summary.BuilderstepOutput(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 Detail
-
stepInput
TN3270Summary.Builder stepInput(TN3270StepInput 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
default TN3270Summary.Builder stepInput(Consumer<TN3270StepInput.Builder> stepInput)
The step input of the TN3270 summary.
This is a convenience method that creates an instance of theTN3270StepInput.Builderavoiding the need to create one manually viaTN3270StepInput.builder().When the
Consumercompletes,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:
stepInput(TN3270StepInput)
-
stepOutput
TN3270Summary.Builder stepOutput(TN3270StepOutput 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
default TN3270Summary.Builder stepOutput(Consumer<TN3270StepOutput.Builder> stepOutput)
The step output of the TN3270 summary.
This is a convenience method that creates an instance of theTN3270StepOutput.Builderavoiding the need to create one manually viaTN3270StepOutput.builder().When the
Consumercompletes,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:
stepOutput(TN3270StepOutput)
-
-