@Stability(value=Experimental) public static final class SourceConfig.Builder extends Object implements software.amazon.jsii.Builder<SourceConfig>
SourceConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SourceConfig.Builder |
bucket(IBucket bucket)
Sets the value of
SourceConfig.getBucket() |
SourceConfig |
build()
Builds the configured instance.
|
SourceConfig.Builder |
zipObjectKey(String zipObjectKey)
Sets the value of
SourceConfig.getZipObjectKey() |
@Stability(value=Experimental) public SourceConfig.Builder bucket(IBucket bucket)
SourceConfig.getBucket()bucket - The source bucket to deploy from. This parameter is required.this@Stability(value=Experimental) public SourceConfig.Builder zipObjectKey(String zipObjectKey)
SourceConfig.getZipObjectKey()zipObjectKey - An S3 object key in the source bucket that points to a zip file. This parameter is required.this@Stability(value=Experimental) public SourceConfig build()
build in interface software.amazon.jsii.Builder<SourceConfig>SourceConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.