Interface MainframeActionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MainframeActionSummary.Builder,
,MainframeActionSummary> SdkBuilder<MainframeActionSummary.Builder,
,MainframeActionSummary> SdkPojo
- Enclosing class:
MainframeActionSummary
@Mutable
@NotThreadSafe
public static interface MainframeActionSummary.Builder
extends SdkPojo, CopyableBuilder<MainframeActionSummary.Builder,MainframeActionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MainframeActionSummary.Builder
batch
(Consumer<BatchSummary.Builder> batch) The batch of the mainframe action summary.batch
(BatchSummary batch) The batch of the mainframe action summary.default MainframeActionSummary.Builder
tn3270
(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
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
-
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.Builder
avoiding the need to create one manually viaBatchSummary.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaTN3270Summary.builder()
.When the
Consumer
completes,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:
-