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