@Stability(value=Stable) public static final class CfnTable.S3BucketSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.S3BucketSourceProperty>
CfnTable.S3BucketSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.S3BucketSourceProperty |
build()
Builds the configured instance.
|
CfnTable.S3BucketSourceProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnTable.S3BucketSourceProperty.getS3Bucket() |
CfnTable.S3BucketSourceProperty.Builder |
s3BucketOwner(String s3BucketOwner)
Sets the value of
CfnTable.S3BucketSourceProperty.getS3BucketOwner() |
CfnTable.S3BucketSourceProperty.Builder |
s3KeyPrefix(String s3KeyPrefix)
Sets the value of
CfnTable.S3BucketSourceProperty.getS3KeyPrefix() |
@Stability(value=Stable) public CfnTable.S3BucketSourceProperty.Builder s3Bucket(String s3Bucket)
CfnTable.S3BucketSourceProperty.getS3Bucket()s3Bucket - `CfnTable.S3BucketSourceProperty.S3Bucket`. This parameter is required.this@Stability(value=Stable) public CfnTable.S3BucketSourceProperty.Builder s3BucketOwner(String s3BucketOwner)
CfnTable.S3BucketSourceProperty.getS3BucketOwner()s3BucketOwner - `CfnTable.S3BucketSourceProperty.S3BucketOwner`.this@Stability(value=Stable) public CfnTable.S3BucketSourceProperty.Builder s3KeyPrefix(String s3KeyPrefix)
CfnTable.S3BucketSourceProperty.getS3KeyPrefix()s3KeyPrefix - `CfnTable.S3BucketSourceProperty.S3KeyPrefix`.this@Stability(value=Stable) public CfnTable.S3BucketSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.S3BucketSourceProperty>CfnTable.S3BucketSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.