public static interface StopPipelineExecutionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<StopPipelineExecutionRequest.Builder,StopPipelineExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StopPipelineExecutionRequest.Builder |
abandon(Boolean abandon)
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
|
StopPipelineExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopPipelineExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopPipelineExecutionRequest.Builder |
pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution to be stopped in the current stage.
|
StopPipelineExecutionRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline to stop.
|
StopPipelineExecutionRequest.Builder |
reason(String reason)
Use this option to enter comments, such as the reason the pipeline was stopped.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopPipelineExecutionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline to stop.
pipelineName - The name of the pipeline to stop.StopPipelineExecutionRequest.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState
action to retrieve the current pipelineExecutionId.
pipelineExecutionId - The ID of the pipeline execution to be stopped in the current stage. Use the
GetPipelineState action to retrieve the current pipelineExecutionId.StopPipelineExecutionRequest.Builder abandon(Boolean abandon)
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
This option can lead to failed or out-of-sequence tasks.
abandon - Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress
actions. This option can lead to failed or out-of-sequence tasks.
StopPipelineExecutionRequest.Builder reason(String reason)
Use this option to enter comments, such as the reason the pipeline was stopped.
reason - Use this option to enter comments, such as the reason the pipeline was stopped.StopPipelineExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.