Class CodePipelinePipelineExecutionStateChange.ExecutionTrigger.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.codepipeline.events.CodePipelinePipelineExecutionStateChange.ExecutionTrigger.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CodePipelinePipelineExecutionStateChange.ExecutionTrigger>
- Enclosing interface:
CodePipelinePipelineExecutionStateChange.ExecutionTrigger
@Stability(Experimental)
public static final class CodePipelinePipelineExecutionStateChange.ExecutionTrigger.Builder
extends Object
implements software.amazon.jsii.Builder<CodePipelinePipelineExecutionStateChange.ExecutionTrigger>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.triggerDetail(List<String> triggerDetail) triggerType(List<String> triggerType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
triggerDetail
@Stability(Experimental) public CodePipelinePipelineExecutionStateChange.ExecutionTrigger.Builder triggerDetail(List<String> triggerDetail) - Parameters:
triggerDetail- trigger-detail property. Specify an array of string values to match this event if the actual value of trigger-detail is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
triggerType
@Stability(Experimental) public CodePipelinePipelineExecutionStateChange.ExecutionTrigger.Builder triggerType(List<String> triggerType) - Parameters:
triggerType- trigger-type property. Specify an array of string values to match this event if the actual value of trigger-type is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CodePipelinePipelineExecutionStateChange.ExecutionTrigger>- Returns:
- a new instance of
CodePipelinePipelineExecutionStateChange.ExecutionTrigger - Throws:
NullPointerException- if any required attribute was not provided
-