Interface SendPipelineExecutionStepSuccessResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<SendPipelineExecutionStepSuccessResponse.Builder,,- SendPipelineExecutionStepSuccessResponse> - SageMakerResponse.Builder,- SdkBuilder<SendPipelineExecutionStepSuccessResponse.Builder,,- SendPipelineExecutionStepSuccessResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- SendPipelineExecutionStepSuccessResponse
@Mutable
@NotThreadSafe
public static interface SendPipelineExecutionStepSuccessResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<SendPipelineExecutionStepSuccessResponse.Builder,SendPipelineExecutionStepSuccessResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionpipelineExecutionArn(String pipelineExecutionArn) The Amazon Resource Name (ARN) of the pipeline execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
pipelineExecutionArnThe 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.
 
 
-