Interface MainframeActionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MainframeActionSummary.Builder,,MainframeActionSummary> SdkBuilder<MainframeActionSummary.Builder,,MainframeActionSummary> SdkPojo
- Enclosing class:
MainframeActionSummary
public static interface MainframeActionSummary.Builder
extends SdkPojo, CopyableBuilder<MainframeActionSummary.Builder,MainframeActionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MainframeActionSummary.Builderbatch(Consumer<BatchSummary.Builder> batch) The batch of the mainframe action summary.batch(BatchSummary batch) The batch of the mainframe action summary.default MainframeActionSummary.Buildertn3270(Consumer<TN3270Summary.Builder> tn3270) The tn3270 port of the mainframe action summary.tn3270(TN3270Summary tn3270) The tn3270 port of the mainframe action summary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
batch
The batch of the mainframe action summary.
- Parameters:
batch- The batch of the mainframe action summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batch
The batch of the mainframe action summary.
This is a convenience method that creates an instance of theBatchSummary.Builderavoiding the need to create one manually viaBatchSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatch(BatchSummary).- Parameters:
batch- a consumer that will call methods onBatchSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tn3270
The tn3270 port of the mainframe action summary.
- Parameters:
tn3270- The tn3270 port of the mainframe action summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tn3270
The tn3270 port of the mainframe action summary.
This is a convenience method that creates an instance of theTN3270Summary.Builderavoiding the need to create one manually viaTN3270Summary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totn3270(TN3270Summary).- Parameters:
tn3270- a consumer that will call methods onTN3270Summary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-