Interface StepRunSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StepRunSummary.Builder,StepRunSummary>,SdkBuilder<StepRunSummary.Builder,StepRunSummary>,SdkPojo
- Enclosing class:
- StepRunSummary
public static interface StepRunSummary.Builder extends SdkPojo, CopyableBuilder<StepRunSummary.Builder,StepRunSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StepRunSummary.BuildercompareAction(Consumer<CompareActionSummary.Builder> compareAction)The compare action of the step run summary.StepRunSummary.BuildercompareAction(CompareActionSummary compareAction)The compare action of the step run summary.default StepRunSummary.BuildermainframeAction(Consumer<MainframeActionSummary.Builder> mainframeAction)The mainframe action of the step run summary.StepRunSummary.BuildermainframeAction(MainframeActionSummary mainframeAction)The mainframe action of the step run summary.default StepRunSummary.BuilderresourceAction(Consumer<ResourceActionSummary.Builder> resourceAction)The resource action of the step run summary.StepRunSummary.BuilderresourceAction(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 Detail
-
mainframeAction
StepRunSummary.Builder mainframeAction(MainframeActionSummary 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.Builderavoiding the need to create one manually viaMainframeActionSummary.builder().When the
Consumercompletes,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:
mainframeAction(MainframeActionSummary)
-
compareAction
StepRunSummary.Builder compareAction(CompareActionSummary 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
default StepRunSummary.Builder compareAction(Consumer<CompareActionSummary.Builder> compareAction)
The compare action of the step run summary.
This is a convenience method that creates an instance of theCompareActionSummary.Builderavoiding the need to create one manually viaCompareActionSummary.builder().When the
Consumercompletes,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:
compareAction(CompareActionSummary)
-
resourceAction
StepRunSummary.Builder resourceAction(ResourceActionSummary 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.Builderavoiding the need to create one manually viaResourceActionSummary.builder().When the
Consumercompletes,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:
resourceAction(ResourceActionSummary)
-
-