CopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
, SdkBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
public static interface EnableStageTransitionRequest.Builder extends CopyableBuilder<EnableStageTransitionRequest.Builder,EnableStageTransitionRequest>
Modifier and Type | Method | 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 |
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(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).
|
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).
|
copy
apply, build
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.
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
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).
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.