Interface SendPipelineExecutionStepSuccessResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SendPipelineExecutionStepSuccessResponse.Builder,
,SendPipelineExecutionStepSuccessResponse> SageMakerResponse.Builder
,SdkBuilder<SendPipelineExecutionStepSuccessResponse.Builder,
,SendPipelineExecutionStepSuccessResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SendPipelineExecutionStepSuccessResponse
public static interface SendPipelineExecutionStepSuccessResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<SendPipelineExecutionStepSuccessResponse.Builder,SendPipelineExecutionStepSuccessResponse>
-
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
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods 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.
-