Interface CacheHitResult.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CacheHitResult.Builder,,CacheHitResult> SdkBuilder<CacheHitResult.Builder,,CacheHitResult> SdkPojo
- Enclosing class:
 CacheHitResult
public static interface CacheHitResult.Builder
extends SdkPojo, CopyableBuilder<CacheHitResult.Builder,CacheHitResult> 
- 
Method Summary
Modifier and TypeMethodDescriptionsourcePipelineExecutionArn(String sourcePipelineExecutionArn) The Amazon Resource Name (ARN) of the pipeline execution.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
sourcePipelineExecutionArn
The Amazon Resource Name (ARN) of the pipeline execution.
- Parameters:
 sourcePipelineExecutionArn- The Amazon Resource Name (ARN) of the pipeline execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -