@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:10.126Z") @Stability(value=Experimental) public interface WaveOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WaveOptions.Builder
A builder for
WaveOptions |
static class |
WaveOptions.Jsii$Proxy
An implementation for
WaveOptions |
| Modifier and Type | Method and Description |
|---|---|
static WaveOptions.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 WaveOptions.Builder builder()
WaveOptions.Builder of WaveOptionsCopyright © 2021. All rights reserved.