Uses of Interface
software.amazon.awssdk.services.codepipeline.model.StopPipelineExecutionRequest.Builder
-
Packages that use StopPipelineExecutionRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of StopPipelineExecutionRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type StopPipelineExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopPipelineExecutionResponse>CodePipelineAsyncClient. stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)Stops the specified pipeline execution.default StopPipelineExecutionResponseCodePipelineClient. stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)Stops the specified pipeline execution. -
Uses of StopPipelineExecutionRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StopPipelineExecutionRequest.Builder Modifier and Type Method Description StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. abandon(Boolean abandon)Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.static StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest. builder()StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. pipelineExecutionId(String pipelineExecutionId)The ID of the pipeline execution to be stopped in the current stage.StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. pipelineName(String pipelineName)The name of the pipeline to stop.StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. reason(String reason)Use this option to enter comments, such as the reason the pipeline was stopped.StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StopPipelineExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StopPipelineExecutionRequest.Builder>StopPipelineExecutionRequest. serializableBuilderClass()
-