public static final class PipelineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipelineProps
software.amazon.jsii.JsiiObject.InitializationModePipelineProps.Builder, PipelineProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.s3.BucketRef |
getArtifactBucket()
The S3 bucket used by this Pipeline to store artifacts.
|
String |
getPipelineName()
Name of the pipeline.
|
Boolean |
getRestartExecutionOnUpdate()
Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
void |
setArtifactBucket(software.amazon.awscdk.services.s3.BucketRef value)
The S3 bucket used by this Pipeline to store artifacts.
|
void |
setPipelineName(String value)
Name of the pipeline.
|
void |
setRestartExecutionOnUpdate(Boolean value)
Indicates whether to rerun the AWS CodePipeline pipeline after you update it.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public software.amazon.awscdk.services.s3.BucketRef getArtifactBucket()
getArtifactBucket in interface PipelinePropspublic void setArtifactBucket(@Nullable software.amazon.awscdk.services.s3.BucketRef value)
setArtifactBucket in interface PipelineProps@Nullable public String getPipelineName()
getPipelineName in interface PipelinePropspublic void setPipelineName(@Nullable String value)
setPipelineName in interface PipelineProps@Nullable public Boolean getRestartExecutionOnUpdate()
getRestartExecutionOnUpdate in interface PipelinePropspublic void setRestartExecutionOnUpdate(@Nullable Boolean value)
setRestartExecutionOnUpdate in interface PipelinePropsCopyright © 2018. All rights reserved.