public static interface DeletePipelineRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeletePipelineRequest.Builder,DeletePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePipelineRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
DeletePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePipelineRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePipelineRequest.Builder pipelineName(String pipelineName)
The name of the pipeline to delete.
pipelineName - The name of the pipeline to delete.DeletePipelineRequest.Builder clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time.DeletePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.