public static interface EnableStageTransitionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableStageTransitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableStageTransitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
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 |
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 |
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).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableStageTransitionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
pipelineName - The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.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).
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 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).
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).StageTransitionType,
StageTransitionTypeEnableStageTransitionRequest.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).
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).StageTransitionType,
StageTransitionTypeEnableStageTransitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableStageTransitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.