@Stability(value=Stable) public static final class CfnDatastore.CustomerManagedS3StorageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastore.CustomerManagedS3StorageProperty>
CfnDatastore.CustomerManagedS3StorageProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatastore.CustomerManagedS3StorageProperty.Builder |
bucket(String bucket)
Sets the value of
CfnDatastore.CustomerManagedS3StorageProperty.getBucket() |
CfnDatastore.CustomerManagedS3StorageProperty |
build()
Builds the configured instance.
|
CfnDatastore.CustomerManagedS3StorageProperty.Builder |
keyPrefix(String keyPrefix)
Sets the value of
CfnDatastore.CustomerManagedS3StorageProperty.getKeyPrefix() |
@Stability(value=Stable) public CfnDatastore.CustomerManagedS3StorageProperty.Builder bucket(String bucket)
CfnDatastore.CustomerManagedS3StorageProperty.getBucket()bucket - The name of the Amazon S3 bucket where your data is stored. This parameter is required.this@Stability(value=Stable) public CfnDatastore.CustomerManagedS3StorageProperty.Builder keyPrefix(String keyPrefix)
CfnDatastore.CustomerManagedS3StorageProperty.getKeyPrefix()keyPrefix - (Optional) The prefix used to create the keys of the data store data objects.
Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).this@Stability(value=Stable) public CfnDatastore.CustomerManagedS3StorageProperty build()
build in interface software.amazon.jsii.Builder<CfnDatastore.CustomerManagedS3StorageProperty>CfnDatastore.CustomerManagedS3StoragePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.