| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
StageOptions.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
static StageOptions.Builder |
StageOptions.builder() |
StageOptions.Builder |
StageOptions.Builder.placement(StagePlacement placement)
Sets the value of
StageOptions.getPlacement() |
StageOptions.Builder |
StageOptions.Builder.stageName(String stageName)
Sets the value of
StageProps.getStageName() |
StageOptions.Builder |
StageOptions.Builder.transitionDisabledReason(String transitionDisabledReason)
Sets the value of
StageProps.getTransitionDisabledReason() |
StageOptions.Builder |
StageOptions.Builder.transitionToEnabled(Boolean transitionToEnabled)
Sets the value of
StageProps.getTransitionToEnabled() |
| Constructor and Description |
|---|
Jsii$Proxy(StageOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Copyright © 2022. All rights reserved.