@Stability(value=Stable) public static final class CfnDatastore.CustomerManagedS3Property.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastore.CustomerManagedS3Property>
CfnDatastore.CustomerManagedS3Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatastore.CustomerManagedS3Property.Builder |
bucket(String bucket)
Sets the value of
CfnDatastore.CustomerManagedS3Property.getBucket() |
CfnDatastore.CustomerManagedS3Property |
build()
Builds the configured instance.
|
CfnDatastore.CustomerManagedS3Property.Builder |
keyPrefix(String keyPrefix)
Sets the value of
CfnDatastore.CustomerManagedS3Property.getKeyPrefix() |
CfnDatastore.CustomerManagedS3Property.Builder |
roleArn(String roleArn)
Sets the value of
CfnDatastore.CustomerManagedS3Property.getRoleArn() |
@Stability(value=Stable) public CfnDatastore.CustomerManagedS3Property.Builder bucket(String bucket)
CfnDatastore.CustomerManagedS3Property.getBucket()bucket - The name of the Amazon S3 bucket where your data is stored. This parameter is required.this@Stability(value=Stable) public CfnDatastore.CustomerManagedS3Property.Builder roleArn(String roleArn)
CfnDatastore.CustomerManagedS3Property.getRoleArn()roleArn - The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources. This parameter is required.this@Stability(value=Stable) public CfnDatastore.CustomerManagedS3Property.Builder keyPrefix(String keyPrefix)
CfnDatastore.CustomerManagedS3Property.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.CustomerManagedS3Property build()
build in interface software.amazon.jsii.Builder<CfnDatastore.CustomerManagedS3Property>CfnDatastore.CustomerManagedS3PropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.