Interface UpdatePipelineExecutionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePipelineExecutionResponse.Builder,,UpdatePipelineExecutionResponse> SageMakerResponse.Builder,SdkBuilder<UpdatePipelineExecutionResponse.Builder,,UpdatePipelineExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdatePipelineExecutionResponse
public static interface UpdatePipelineExecutionResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdatePipelineExecutionResponse.Builder,UpdatePipelineExecutionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionpipelineExecutionArn(String pipelineExecutionArn) The Amazon Resource Name (ARN) of the updated pipeline execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
pipelineExecutionArn
The Amazon Resource Name (ARN) of the updated pipeline execution.
- Parameters:
 pipelineExecutionArn- The Amazon Resource Name (ARN) of the updated pipeline execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -