@Stability(value=Stable)
public static interface CfnTable.S3BucketSourceProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
S3BucketSourceProperty s3BucketSourceProperty = S3BucketSourceProperty.builder()
.s3Bucket("s3Bucket")
// the properties below are optional
.s3BucketOwner("s3BucketOwner")
.s3KeyPrefix("s3KeyPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.S3BucketSourceProperty.Builder
A builder for
CfnTable.S3BucketSourceProperty |
static class |
CfnTable.S3BucketSourceProperty.Jsii$Proxy
An implementation for
CfnTable.S3BucketSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.S3BucketSourceProperty.Builder |
builder() |
String |
getS3Bucket()
`CfnTable.S3BucketSourceProperty.S3Bucket`.
|
default String |
getS3BucketOwner()
`CfnTable.S3BucketSourceProperty.S3BucketOwner`.
|
default String |
getS3KeyPrefix()
`CfnTable.S3BucketSourceProperty.S3KeyPrefix`.
|
@Stability(value=Stable) @NotNull String getS3Bucket()
@Stability(value=Stable) @Nullable default String getS3BucketOwner()
@Stability(value=Stable) @Nullable default String getS3KeyPrefix()
@Stability(value=Stable) static CfnTable.S3BucketSourceProperty.Builder builder()
Copyright © 2022. All rights reserved.