Class ProjectEvents.CodeBuildBuildStateChange
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.codebuild.events.ProjectEvents.CodeBuildBuildStateChange
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
- Enclosing class:
ProjectEvents
@Stability(Experimental)
public static class ProjectEvents.CodeBuildBuildStateChange
extends software.amazon.jsii.JsiiObject
(experimental) aws.codebuild@CodeBuildBuildStateChange event types for Project.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.mixins.preview.services.codebuild.events.*; CodeBuildBuildStateChange codeBuildBuildStateChange = new CodeBuildBuildStateChange();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface(experimental) Type definition for Additional-information.static interface(experimental) Type definition for Additional-informationItem.static interface(experimental) Type definition for Artifact.static interface(experimental) Type definition for Auth.static interface(experimental) Type definition for Cache.static interface(experimental) Props type for Project aws.codebuild@CodeBuildBuildStateChange event.static interface(experimental) Type definition for Environment.static interface(experimental) Type definition for EnvironmentItem.static interface(experimental) Type definition for Logs.static interface(experimental) Type definition for Network-interface.static interface(experimental) Type definition for Source.static interface(experimental) Type definition for Vpc-config.static interface(experimental) Type definition for Vpc-configItem.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCodeBuildBuildStateChange(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCodeBuildBuildStateChange(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CodeBuildBuildStateChange
protected CodeBuildBuildStateChange(software.amazon.jsii.JsiiObjectRef objRef) -
CodeBuildBuildStateChange
protected CodeBuildBuildStateChange(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CodeBuildBuildStateChange
@Stability(Experimental) public CodeBuildBuildStateChange()
-