@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectiveExecutionConfig extends Object implements Serializable, Cloneable, StructuredPojo
The selective execution configuration applied to the pipeline run.
Constructor and Description |
---|
SelectiveExecutionConfig() |
Modifier and Type | Method and Description |
---|---|
SelectiveExecutionConfig |
clone() |
boolean |
equals(Object obj) |
List<SelectedStep> |
getSelectedSteps()
A list of pipeline steps to run.
|
String |
getSourcePipelineExecutionArn()
The ARN from a reference execution of the current pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSelectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
void |
setSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from a reference execution of the current pipeline.
|
String |
toString()
Returns a string representation of this object.
|
SelectiveExecutionConfig |
withSelectedSteps(Collection<SelectedStep> selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig |
withSelectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run.
|
SelectiveExecutionConfig |
withSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from a reference execution of the current pipeline.
|
public void setSourcePipelineExecutionArn(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
.public String getSourcePipelineExecutionArn()
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
.
Failed
or
Success
.public SelectiveExecutionConfig withSourcePipelineExecutionArn(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
.public List<SelectedStep> getSelectedSteps()
A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
public void setSelectedSteps(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.public SelectiveExecutionConfig withSelectedSteps(SelectedStep... selectedSteps)
A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedSteps(java.util.Collection)
or withSelectedSteps(java.util.Collection)
if you want
to override the existing values.
selectedSteps
- A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.public SelectiveExecutionConfig withSelectedSteps(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.public String toString()
toString
in class Object
Object.toString()
public SelectiveExecutionConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.