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.Builder
StopPipelineExecutionResponse. builder()
StopPipelineExecutionResponse.Builder
StopPipelineExecutionResponse.Builder. pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.StopPipelineExecutionResponse.Builder
StopPipelineExecutionResponse. 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()
-