@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.292Z") @Stability(value=Stable) public interface BindToCodePipelineOptions extends software.amazon.jsii.JsiiSerializable
IProject.bindToCodePipeline method.
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.services.s3.*;
Bucket bucket;
BindToCodePipelineOptions bindToCodePipelineOptions = BindToCodePipelineOptions.builder()
.artifactBucket(bucket)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BindToCodePipelineOptions.Builder
A builder for
BindToCodePipelineOptions |
static class |
BindToCodePipelineOptions.Jsii$Proxy
An implementation for
BindToCodePipelineOptions |
| Modifier and Type | Method and Description |
|---|---|
static BindToCodePipelineOptions.Builder |
builder() |
IBucket |
getArtifactBucket()
The artifact bucket that will be used by the action that invokes this project.
|
@Stability(value=Stable) @NotNull IBucket getArtifactBucket()
@Stability(value=Stable) static BindToCodePipelineOptions.Builder builder()
BindToCodePipelineOptions.Builder of BindToCodePipelineOptionsCopyright © 2022. All rights reserved.