| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default EnableStageTransitionResponse |
CodePipelineClient.enableStageTransition(Consumer<EnableStageTransitionRequest.Builder> enableStageTransitionRequest)
Enables artifacts in a pipeline to transition to a stage in a pipeline.
|
default CompletableFuture<EnableStageTransitionResponse> |
CodePipelineAsyncClient.enableStageTransition(Consumer<EnableStageTransitionRequest.Builder> enableStageTransitionRequest)
Enables artifacts in a pipeline to transition to a stage in a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.builder() |
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.pipelineName(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
|
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.stageName(String stageName)
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound)
or from that stage to the next stage (outbound).
|
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.toBuilder() |
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.transitionType(StageTransitionType transitionType)
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
|
EnableStageTransitionRequest.Builder |
EnableStageTransitionRequest.Builder.transitionType(String transitionType)
Specifies whether artifacts are allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already processed artifacts are allowed to transition to the next stage (outbound).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableStageTransitionRequest.Builder> |
EnableStageTransitionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.