@Stability(value=Stable) public static final class CfnDataSource.ManifestFileLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ManifestFileLocationProperty>
CfnDataSource.ManifestFileLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.ManifestFileLocationProperty.Builder |
bucket(String bucket)
Sets the value of
CfnDataSource.ManifestFileLocationProperty.getBucket() |
CfnDataSource.ManifestFileLocationProperty |
build()
Builds the configured instance.
|
CfnDataSource.ManifestFileLocationProperty.Builder |
key(String key)
Sets the value of
CfnDataSource.ManifestFileLocationProperty.getKey() |
@Stability(value=Stable) public CfnDataSource.ManifestFileLocationProperty.Builder bucket(String bucket)
CfnDataSource.ManifestFileLocationProperty.getBucket()bucket - Amazon S3 bucket. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ManifestFileLocationProperty.Builder key(String key)
CfnDataSource.ManifestFileLocationProperty.getKey()key - Amazon S3 key that identifies an object. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ManifestFileLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ManifestFileLocationProperty>CfnDataSource.ManifestFileLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.