@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:42.728Z") @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.