Uses of Interface
software.amazon.awssdk.services.sagemaker.model.StopPipelineExecutionResponse.Builder
-
Packages that use StopPipelineExecutionResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of StopPipelineExecutionResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StopPipelineExecutionResponse.Builder Modifier and Type Method Description static StopPipelineExecutionResponse.BuilderStopPipelineExecutionResponse. builder()StopPipelineExecutionResponse.BuilderStopPipelineExecutionResponse.Builder. pipelineExecutionArn(String pipelineExecutionArn)The Amazon Resource Name (ARN) of the pipeline execution.StopPipelineExecutionResponse.BuilderStopPipelineExecutionResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type StopPipelineExecutionResponse.Builder Modifier and Type Method Description static Class<? extends StopPipelineExecutionResponse.Builder>StopPipelineExecutionResponse. serializableBuilderClass()
-