Interface RetryPipelineExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RetryPipelineExecutionResponse.Builder,RetryPipelineExecutionResponse>
,SageMakerResponse.Builder
,SdkBuilder<RetryPipelineExecutionResponse.Builder,RetryPipelineExecutionResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- RetryPipelineExecutionResponse
public static interface RetryPipelineExecutionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<RetryPipelineExecutionResponse.Builder,RetryPipelineExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetryPipelineExecutionResponse.Builder
pipelineExecutionArn(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 Detail
-
pipelineExecutionArn
RetryPipelineExecutionResponse.Builder pipelineExecutionArn(String 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.
-
-