@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:10.127Z") @Stability(value=Experimental) public interface WaveProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WaveProps.Builder
A builder for
WaveProps |
static class |
WaveProps.Jsii$Proxy
An implementation for
WaveProps |
| Modifier and Type | Method and Description |
|---|---|
static WaveProps.Builder |
builder() |
default List<Step> |
getPost()
(experimental) Additional steps to run after all of the stages in the wave.
|
default List<Step> |
getPre()
(experimental) Additional steps to run before any of the stages in the wave.
|
@Stability(value=Experimental) @Nullable default List<Step> getPost()
Default: - No additional steps
@Stability(value=Experimental) @Nullable default List<Step> getPre()
Default: - No additional steps
@Stability(value=Experimental) static WaveProps.Builder builder()
WaveProps.Builder of WavePropsCopyright © 2021. All rights reserved.