public static final class S3BucketBuildArtifactsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3BucketBuildArtifactsProps
software.amazon.jsii.JsiiObject.InitializationModeS3BucketBuildArtifactsProps.Builder, S3BucketBuildArtifactsProps.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 |
getBucket()
The name of the output bucket.
|
Boolean |
getIncludeBuildId()
Indicates if the build ID should be included in the path.
|
String |
getName()
The name of the build output ZIP file or folder inside the bucket.
|
Boolean |
getPackageZip()
If this is true, all build output will be packaged into a single .zip file.
|
String |
getPath()
The path inside of the bucket for the build output .zip file or folder.
|
void |
setBucket(software.amazon.awscdk.services.s3.BucketRef value)
The name of the output bucket.
|
void |
setIncludeBuildId(Boolean value)
Indicates if the build ID should be included in the path.
|
void |
setName(String value)
The name of the build output ZIP file or folder inside the bucket.
|
void |
setPackageZip(Boolean value)
If this is true, all build output will be packaged into a single .zip file.
|
void |
setPath(String value)
The path inside of the bucket for the build output .zip file or folder.
|
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)
public software.amazon.awscdk.services.s3.BucketRef getBucket()
getBucket in interface S3BucketBuildArtifactsPropspublic void setBucket(software.amazon.awscdk.services.s3.BucketRef value)
setBucket in interface S3BucketBuildArtifactsPropspublic String getName()
getName in interface S3BucketBuildArtifactsPropspublic void setName(String value)
setName in interface S3BucketBuildArtifactsProps@Nullable public Boolean getIncludeBuildId()
getIncludeBuildId in interface S3BucketBuildArtifactsPropspublic void setIncludeBuildId(@Nullable Boolean value)
setIncludeBuildId in interface S3BucketBuildArtifactsProps@Nullable public Boolean getPackageZip()
getPackageZip in interface S3BucketBuildArtifactsPropspublic void setPackageZip(@Nullable Boolean value)
setPackageZip in interface S3BucketBuildArtifactsProps@Nullable public String getPath()
getPath in interface S3BucketBuildArtifactsPropspublic void setPath(@Nullable String value)
setPath in interface S3BucketBuildArtifactsPropsCopyright © 2018. All rights reserved.