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