Package software.amazon.awscdk.pipelines
Class StackSteps.Builder
java.lang.Object
software.amazon.awscdk.pipelines.StackSteps.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<StackSteps>
- Enclosing interface:
- StackSteps
@Stability(Stable)
public static final class StackSteps.Builder
extends Object
implements software.amazon.jsii.Builder<StackSteps>
A builder for 
StackSteps- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofStackSteps.getChangeSet()Sets the value ofStackSteps.getPost()Sets the value ofStackSteps.getPre()Sets the value ofStackSteps.getStack()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
stackSets the value ofStackSteps.getStack()- Parameters:
- stack- The stack you want the steps to run in. This parameter is required.
- Returns:
- this
 
- 
changeSetSets the value ofStackSteps.getChangeSet()- Parameters:
- changeSet- Steps that execute after stack is prepared but before stack is deployed.
- Returns:
- this
 
- 
postSets the value ofStackSteps.getPost()- Parameters:
- post- Steps that execute after stack is deployed.
- Returns:
- this
 
- 
preSets the value ofStackSteps.getPre()- Parameters:
- pre- Steps that execute before stack is prepared.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<StackSteps>
- Returns:
- a new instance of StackSteps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-