Interface ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.Jsii$Proxy
- Enclosing class:
ProjectEvents.CodeBuildBuildPhaseChange
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.*;
AdditionalInformationItem additionalInformationItem = AdditionalInformationItem.builder()
.durationInSeconds(List.of("durationInSeconds"))
.endTime(List.of("endTime"))
.phaseContext(List.of("phaseContext"))
.phaseStatus(List.of("phaseStatus"))
.phaseType(List.of("phaseType"))
.startTime(List.of("startTime"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) duration-in-seconds property.(experimental) end-time property.(experimental) phase-context property.(experimental) phase-status property.(experimental) phase-type property.(experimental) start-time property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDurationInSeconds
(experimental) duration-in-seconds property.Specify an array of string values to match this event if the actual value of duration-in-seconds is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEndTime
(experimental) end-time property.Specify an array of string values to match this event if the actual value of end-time is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPhaseContext
(experimental) phase-context property.Specify an array of string values to match this event if the actual value of phase-context is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPhaseStatus
(experimental) phase-status property.Specify an array of string values to match this event if the actual value of phase-status is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPhaseType
(experimental) phase-type property.Specify an array of string values to match this event if the actual value of phase-type is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getStartTime
(experimental) start-time property.Specify an array of string values to match this event if the actual value of start-time is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformationItem.Builder builder()
-