@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:51.894Z")
public interface WaveProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.pipelines.*; Step step; WaveProps waveProps = WaveProps.builder() .post(List.of(step)) .pre(List.of(step)) .build();
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 java.util.List<Step> |
getPost()
Additional steps to run after all of the stages in the wave.
|
default java.util.List<Step> |
getPre()
Additional steps to run before any of the stages in the wave.
|
default java.util.List<Step> getPost()
Default: - No additional steps
default java.util.List<Step> getPre()
Default: - No additional steps
static WaveProps.Builder builder()
WaveProps.Builder
of WaveProps