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