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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MainframeActionSummary.Builderbatch(Consumer<BatchSummary.Builder> batch)The batch of the mainframe action summary.MainframeActionSummary.Builderbatch(BatchSummary batch)The batch of the mainframe action summary.default MainframeActionSummary.Buildertn3270(Consumer<TN3270Summary.Builder> tn3270)The tn3270 port of the mainframe action summary.MainframeActionSummary.Buildertn3270(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 Detail
-
batch
MainframeActionSummary.Builder batch(BatchSummary 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
default MainframeActionSummary.Builder batch(Consumer<BatchSummary.Builder> 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:
batch(BatchSummary)
-
tn3270
MainframeActionSummary.Builder tn3270(TN3270Summary 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
default MainframeActionSummary.Builder tn3270(Consumer<TN3270Summary.Builder> 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:
tn3270(TN3270Summary)
-
-