Package software.amazon.awscdk.pipelines
Class WaveOptions.Builder
java.lang.Object
software.amazon.awscdk.pipelines.WaveOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WaveOptions>
- Enclosing interface:
WaveOptions
@Stability(Stable)
public static final class WaveOptions.Builder
extends Object
implements software.amazon.jsii.Builder<WaveOptions>
A builder for
WaveOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofWaveOptions.getPost()Sets the value ofWaveOptions.getPre()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
post
Sets the value ofWaveOptions.getPost()- Parameters:
post- Additional steps to run after all of the stages in the wave.- Returns:
this
-
pre
Sets the value ofWaveOptions.getPre()- Parameters:
pre- Additional steps to run before any of the stages in the wave.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WaveOptions>- Returns:
- a new instance of
WaveOptions - Throws:
NullPointerException- if any required attribute was not provided
-