Class Conditions.Builder
java.lang.Object
software.amazon.awscdk.services.codepipeline.Conditions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Conditions>
- Enclosing interface:
Conditions
@Stability(Stable)
public static final class Conditions.Builder
extends Object
implements software.amazon.jsii.Builder<Conditions>
A builder for
Conditions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.conditions(List<? extends Condition> conditions) Sets the value ofConditions.getConditions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
conditions
Sets the value ofConditions.getConditions()- Parameters:
conditions- The conditions that are configured as entry conditions, making check to succeed the stage, or fail the stage.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Conditions>- Returns:
- a new instance of
Conditions - Throws:
NullPointerException- if any required attribute was not provided
-