Interface CodePipelineActionExecutionStateChange.ExecutionResult
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodePipelineActionExecutionStateChange.ExecutionResult.Jsii$Proxy
- Enclosing class:
CodePipelineActionExecutionStateChange
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.codepipeline.events.*;
ExecutionResult executionResult = ExecutionResult.builder()
.externalExecutionId(List.of("externalExecutionId"))
.externalExecutionSummary(List.of("externalExecutionSummary"))
.externalExecutionUrl(List.of("externalExecutionUrl"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCodePipelineActionExecutionStateChange.ExecutionResultstatic final classAn implementation forCodePipelineActionExecutionStateChange.ExecutionResult -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) external-execution-id property.(experimental) external-execution-summary property.(experimental) external-execution-url property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExternalExecutionId
(experimental) external-execution-id property.Specify an array of string values to match this event if the actual value of external-execution-id 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
-
getExternalExecutionSummary
(experimental) external-execution-summary property.Specify an array of string values to match this event if the actual value of external-execution-summary 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
-
getExternalExecutionUrl
(experimental) external-execution-url property.Specify an array of string values to match this event if the actual value of external-execution-url 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 CodePipelineActionExecutionStateChange.ExecutionResult.Builder builder()
-