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