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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheHitResult.Builder
sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.-
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
CacheHitResult.Builder sourcePipelineExecutionArn(String 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.
-
-