static DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.builder() |
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.pipelineName(String pipelineName) |
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.reason(String reason) |
The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests.
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.stageName(String stageName) |
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.toBuilder() |
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.transitionType(String transitionType) |
Specifies whether artifacts are prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).
|
DisableStageTransitionRequest.Builder |
DisableStageTransitionRequest.Builder.transitionType(StageTransitionType transitionType) |
Specifies whether artifacts are prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).
|