| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopPipelineExecutionResponse> |
CodePipelineAsyncClient.stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)
Stops the specified pipeline execution.
|
default StopPipelineExecutionResponse |
CodePipelineClient.stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)
Stops the specified pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.Builder.abandon(Boolean abandon)
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
|
static StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.builder() |
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.Builder.pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution to be stopped in the current stage.
|
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.Builder.pipelineName(String pipelineName)
The name of the pipeline to stop.
|
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.Builder.reason(String reason)
Use this option to enter comments, such as the reason the pipeline was stopped.
|
StopPipelineExecutionRequest.Builder |
StopPipelineExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopPipelineExecutionRequest.Builder> |
StopPipelineExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.