public static interface CustomerManagedDatastoreS3Storage.Builder extends SdkPojo, CopyableBuilder<CustomerManagedDatastoreS3Storage.Builder,CustomerManagedDatastoreS3Storage>
Modifier and Type | Method and Description |
---|---|
CustomerManagedDatastoreS3Storage.Builder |
bucket(String bucket)
The name of the S3 bucket in which data store data is stored.
|
CustomerManagedDatastoreS3Storage.Builder |
keyPrefix(String keyPrefix)
Optional.
|
CustomerManagedDatastoreS3Storage.Builder |
roleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CustomerManagedDatastoreS3Storage.Builder bucket(String bucket)
The name of the S3 bucket in which data store data is stored.
bucket
- The name of the S3 bucket in which data store data is stored.CustomerManagedDatastoreS3Storage.Builder keyPrefix(String keyPrefix)
Optional. The prefix used to create the keys of the data store data objects. Each object in an 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 (/).
keyPrefix
- Optional. The prefix used to create the keys of the data store data objects. Each object in an 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 (/).CustomerManagedDatastoreS3Storage.Builder roleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.
roleArn
- The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3
resources.