Class WaveProps.Builder

java.lang.Object
software.amazon.awscdk.pipelines.WaveProps.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<WaveProps>
Enclosing interface:
WaveProps

@Stability(Stable) public static final class WaveProps.Builder extends Object implements software.amazon.jsii.Builder<WaveProps>
A builder for WaveProps
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • post

      @Stability(Stable) public WaveProps.Builder post(List<? extends Step> post)
      Sets the value of WaveProps.getPost()
      Parameters:
      post - Additional steps to run after all of the stages in the wave.
      Returns:
      this
    • pre

      @Stability(Stable) public WaveProps.Builder pre(List<? extends Step> pre)
      Sets the value of WaveProps.getPre()
      Parameters:
      pre - Additional steps to run before any of the stages in the wave.
      Returns:
      this
    • build

      @Stability(Stable) public WaveProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<WaveProps>
      Returns:
      a new instance of WaveProps
      Throws:
      NullPointerException - if any required attribute was not provided