@Stability(value=Stable) public static final class AddStageOpts.Builder extends Object implements software.amazon.jsii.Builder<AddStageOpts>
AddStageOpts| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AddStageOpts |
build()
Builds the configured instance.
|
AddStageOpts.Builder |
post(List<? extends Step> post)
Sets the value of
AddStageOpts.getPost() |
AddStageOpts.Builder |
pre(List<? extends Step> pre)
Sets the value of
AddStageOpts.getPre() |
AddStageOpts.Builder |
stackSteps(List<? extends StackSteps> stackSteps)
Sets the value of
AddStageOpts.getStackSteps() |
@Stability(value=Stable) public AddStageOpts.Builder post(List<? extends Step> post)
AddStageOpts.getPost()post - Additional steps to run after all of the stacks in the stage.this@Stability(value=Stable) public AddStageOpts.Builder pre(List<? extends Step> pre)
AddStageOpts.getPre()pre - Additional steps to run before any of the stacks in the stage.this@Stability(value=Stable) public AddStageOpts.Builder stackSteps(List<? extends StackSteps> stackSteps)
AddStageOpts.getStackSteps()stackSteps - Instructions for stack level steps.this@Stability(value=Stable) public AddStageOpts build()
build in interface software.amazon.jsii.Builder<AddStageOpts>AddStageOptsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.