@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:16.617Z") @Stability(value=Experimental) public interface CodePipelineActionFactoryResult extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
import software.amazon.awscdk.pipelines.*;
Project project;
CodePipelineActionFactoryResult codePipelineActionFactoryResult = CodePipelineActionFactoryResult.builder()
.runOrdersConsumed(123)
// the properties below are optional
.project(project)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodePipelineActionFactoryResult.Builder
A builder for
CodePipelineActionFactoryResult |
static class |
CodePipelineActionFactoryResult.Jsii$Proxy
An implementation for
CodePipelineActionFactoryResult |
| Modifier and Type | Method and Description |
|---|---|
static CodePipelineActionFactoryResult.Builder |
builder() |
default IProject |
getProject()
(experimental) If a CodeBuild project got created, the project.
|
Number |
getRunOrdersConsumed()
(experimental) How many RunOrders were consumed.
|
@Stability(value=Experimental) @NotNull Number getRunOrdersConsumed()
@Stability(value=Experimental) @Nullable default IProject getProject()
Default: - This factory did not create a CodeBuild project
@Stability(value=Experimental) static CodePipelineActionFactoryResult.Builder builder()
Copyright © 2022. All rights reserved.