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