Package software.amazon.awscdk.pipelines
Class Wave.Builder
java.lang.Object
software.amazon.awscdk.pipelines.Wave.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Wave>
- Enclosing class:
Wave
@Stability(Stable)
public static final class Wave.Builder
extends Object
implements software.amazon.jsii.Builder<Wave>
A fluent builder for
Wave
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static Wave.Builder
Additional steps to run after all of the stages in the wave.Additional steps to run before any of the stages in the wave.
-
Method Details
-
create
- Parameters:
id
- Identifier for this Wave. This parameter is required.- Returns:
- a new instance of
Wave.Builder
.
-
post
Additional steps to run after all of the stages in the wave.Default: - No additional steps
- Parameters:
post
- Additional steps to run after all of the stages in the wave. This parameter is required.- Returns:
this
-
pre
Additional steps to run before any of the stages in the wave.Default: - No additional steps
- Parameters:
pre
- Additional steps to run before any of the stages in the wave. This parameter is required.- Returns:
this
-
build
-