@Stability(value=Stable) public static final class StackSteps.Builder extends Object implements software.amazon.jsii.Builder<StackSteps>
StackSteps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StackSteps |
build()
Builds the configured instance.
|
StackSteps.Builder |
changeSet(List<? extends Step> changeSet)
Sets the value of
StackSteps.getChangeSet() |
StackSteps.Builder |
post(List<? extends Step> post)
Sets the value of
StackSteps.getPost() |
StackSteps.Builder |
pre(List<? extends Step> pre)
Sets the value of
StackSteps.getPre() |
StackSteps.Builder |
stack(Stack stack)
Sets the value of
StackSteps.getStack() |
@Stability(value=Stable) public StackSteps.Builder stack(Stack stack)
StackSteps.getStack()stack - The stack you want the steps to run in. This parameter is required.this@Stability(value=Stable) public StackSteps.Builder changeSet(List<? extends Step> changeSet)
StackSteps.getChangeSet()changeSet - Steps that execute after stack is prepared but before stack is deployed.this@Stability(value=Stable) public StackSteps.Builder post(List<? extends Step> post)
StackSteps.getPost()post - Steps that execute after stack is deployed.this@Stability(value=Stable) public StackSteps.Builder pre(List<? extends Step> pre)
StackSteps.getPre()pre - Steps that execute before stack is prepared.this@Stability(value=Stable) public StackSteps build()
build in interface software.amazon.jsii.Builder<StackSteps>StackStepsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.