| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
static StackSteps.Builder |
StackSteps.builder() |
StackSteps.Builder |
StackSteps.Builder.changeSet(List<? extends Step> changeSet)
Sets the value of
StackSteps.getChangeSet() |
StackSteps.Builder |
StackSteps.Builder.post(List<? extends Step> post)
Sets the value of
StackSteps.getPost() |
StackSteps.Builder |
StackSteps.Builder.pre(List<? extends Step> pre)
Sets the value of
StackSteps.getPre() |
StackSteps.Builder |
StackSteps.Builder.stack(Stack stack)
Sets the value of
StackSteps.getStack() |
| Constructor and Description |
|---|
Jsii$Proxy(StackSteps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StackSteps.Builder. |
Copyright © 2022. All rights reserved.