public static interface EnableStageTransitionRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
EnableStageTransitionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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 will be allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
|
EnableStageTransitionRequest.Builder |
transitionType(String transitionType)
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage
(inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
|
buildrequestOverrideConfigcopyapply, 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 will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
transitionType - Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that
stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage
(outbound).StageTransitionType,
StageTransitionTypeEnableStageTransitionRequest.Builder transitionType(StageTransitionType transitionType)
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
transitionType - Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that
stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage
(outbound).StageTransitionType,
StageTransitionTypeEnableStageTransitionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.EnableStageTransitionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.