Interface StepRunSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StepRunSummary.Builder,
,StepRunSummary> SdkBuilder<StepRunSummary.Builder,
,StepRunSummary> SdkPojo
- Enclosing class:
StepRunSummary
@Mutable
@NotThreadSafe
public static interface StepRunSummary.Builder
extends SdkPojo, CopyableBuilder<StepRunSummary.Builder,StepRunSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault StepRunSummary.Builder
compareAction
(Consumer<CompareActionSummary.Builder> compareAction) The compare action of the step run summary.compareAction
(CompareActionSummary compareAction) The compare action of the step run summary.default StepRunSummary.Builder
mainframeAction
(Consumer<MainframeActionSummary.Builder> mainframeAction) The mainframe action of the step run summary.mainframeAction
(MainframeActionSummary mainframeAction) The mainframe action of the step run summary.default StepRunSummary.Builder
resourceAction
(Consumer<ResourceActionSummary.Builder> resourceAction) The resource action of the step run summary.resourceAction
(ResourceActionSummary resourceAction) The resource action of the step run 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
-
mainframeAction
The mainframe action of the step run summary.
- Parameters:
mainframeAction
- The mainframe action of the step run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mainframeAction
default StepRunSummary.Builder mainframeAction(Consumer<MainframeActionSummary.Builder> mainframeAction) The mainframe action of the step run summary.
This is a convenience method that creates an instance of theMainframeActionSummary.Builder
avoiding the need to create one manually viaMainframeActionSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomainframeAction(MainframeActionSummary)
.- Parameters:
mainframeAction
- a consumer that will call methods onMainframeActionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compareAction
The compare action of the step run summary.
- Parameters:
compareAction
- The compare action of the step run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compareAction
The compare action of the step run summary.
This is a convenience method that creates an instance of theCompareActionSummary.Builder
avoiding the need to create one manually viaCompareActionSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocompareAction(CompareActionSummary)
.- Parameters:
compareAction
- a consumer that will call methods onCompareActionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceAction
The resource action of the step run summary.
- Parameters:
resourceAction
- The resource action of the step run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceAction
default StepRunSummary.Builder resourceAction(Consumer<ResourceActionSummary.Builder> resourceAction) The resource action of the step run summary.
This is a convenience method that creates an instance of theResourceActionSummary.Builder
avoiding the need to create one manually viaResourceActionSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceAction(ResourceActionSummary)
.- Parameters:
resourceAction
- a consumer that will call methods onResourceActionSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-