public static interface SelectiveExecutionConfig.Builder extends SdkPojo, CopyableBuilder<SelectiveExecutionConfig.Builder,SelectiveExecutionConfig>
| Modifier and Type | Method and Description |
|---|---|
SelectiveExecutionConfig.Builder |
selectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig.Builder |
selectedSteps(Consumer<SelectedStep.Builder>... selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig.Builder |
selectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig.Builder |
sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from a reference execution of the current pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelectiveExecutionConfig.Builder sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the
selected steps to run. The execution status of the pipeline can be either Failed or
Success.
sourcePipelineExecutionArn - The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for
the selected steps to run. The execution status of the pipeline can be either Failed or
Success.SelectiveExecutionConfig.Builder selectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
selectedSteps - A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be
included.SelectiveExecutionConfig.Builder selectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
selectedSteps - A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be
included.SelectiveExecutionConfig.Builder selectedSteps(Consumer<SelectedStep.Builder>... selectedSteps)
A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
This is a convenience method that creates an instance of theSelectedStep.Builder avoiding the need to create one
manually via SelectedStep.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #selectedSteps(List.
selectedSteps - a consumer that will call methods on
SelectedStep.Builder#selectedSteps(java.util.Collection) Copyright © 2023. All rights reserved.