Class CodePipelineActionExecutionStateChange.InputArtifacts.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.codepipeline.events.CodePipelineActionExecutionStateChange.InputArtifacts.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CodePipelineActionExecutionStateChange.InputArtifacts>
- Enclosing interface:
CodePipelineActionExecutionStateChange.InputArtifacts
@Stability(Experimental)
public static final class CodePipelineActionExecutionStateChange.InputArtifacts.Builder
extends Object
implements software.amazon.jsii.Builder<CodePipelineActionExecutionStateChange.InputArtifacts>
A builder for
CodePipelineActionExecutionStateChange.InputArtifacts-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCodePipelineActionExecutionStateChange.InputArtifacts.getName()Sets the value ofCodePipelineActionExecutionStateChange.InputArtifacts.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Experimental) public CodePipelineActionExecutionStateChange.InputArtifacts.Builder name(List<String> name) Sets the value ofCodePipelineActionExecutionStateChange.InputArtifacts.getName()- Parameters:
name- name property. Specify an array of string values to match this event if the actual value of name is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3Location
@Stability(Experimental) public CodePipelineActionExecutionStateChange.InputArtifacts.Builder s3Location(CodePipelineActionExecutionStateChange.S3Location s3Location) Sets the value ofCodePipelineActionExecutionStateChange.InputArtifacts.getS3Location()- Parameters:
s3Location- s3location property. Specify an array of string values to match this event if the actual value of s3location 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<CodePipelineActionExecutionStateChange.InputArtifacts>- Returns:
- a new instance of
CodePipelineActionExecutionStateChange.InputArtifacts - Throws:
NullPointerException- if any required attribute was not provided
-