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