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