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