@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.401Z") public interface S3BucketBuildArtifactsProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3BucketBuildArtifactsProps.Builder
A builder for
S3BucketBuildArtifactsProps |
static class |
S3BucketBuildArtifactsProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static S3BucketBuildArtifactsProps.Builder |
builder() |
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.
|
software.amazon.awscdk.services.s3.BucketRef getBucket()
void setBucket(software.amazon.awscdk.services.s3.BucketRef value)
String getName()
void setName(String value)
Boolean getIncludeBuildId()
void setIncludeBuildId(Boolean value)
Boolean getPackageZip()
void setPackageZip(Boolean value)
String getPath()
void setPath(String value)
static S3BucketBuildArtifactsProps.Builder builder()
Copyright © 2018. All rights reserved.