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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectiveExecutionResult.Builder
sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.-
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
-
sourcePipelineExecutionArn
SelectiveExecutionResult.Builder sourcePipelineExecutionArn(String 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.
-
-