Interface SelectiveExecutionResult.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SelectiveExecutionResult.Builder,,SelectiveExecutionResult> SdkBuilder<SelectiveExecutionResult.Builder,,SelectiveExecutionResult> SdkPojo
- Enclosing class:
 SelectiveExecutionResult
public static interface SelectiveExecutionResult.Builder
extends SdkPojo, CopyableBuilder<SelectiveExecutionResult.Builder,SelectiveExecutionResult> 
- 
Method Summary
Modifier and TypeMethodDescriptionsourcePipelineExecutionArn(String sourcePipelineExecutionArn) The ARN from an execution of the current pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourcePipelineExecutionArn
The ARN from an execution of the current pipeline.
- Parameters:
 sourcePipelineExecutionArn- The ARN from an execution of the current pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -