Class CodeBuildBuildPhaseChange.Auth.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.codebuild.events.CodeBuildBuildPhaseChange.Auth.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CodeBuildBuildPhaseChange.Auth>
- Enclosing interface:
CodeBuildBuildPhaseChange.Auth
@Stability(Experimental)
public static final class CodeBuildBuildPhaseChange.Auth.Builder
extends Object
implements software.amazon.jsii.Builder<CodeBuildBuildPhaseChange.Auth>
A builder for
CodeBuildBuildPhaseChange.Auth-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCodeBuildBuildPhaseChange.Auth.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCodeBuildBuildPhaseChange.Auth.getType()- Parameters:
type- type property. Specify an array of string values to match this event if the actual value of 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<CodeBuildBuildPhaseChange.Auth>- Returns:
- a new instance of
CodeBuildBuildPhaseChange.Auth - Throws:
NullPointerException- if any required attribute was not provided
-