| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedDatastoreS3Storage |
CustomerManagedDatastoreS3Storage.clone() |
CustomerManagedDatastoreS3Storage |
DatastoreStorage.getCustomerManagedS3()
Use this to store data store data in an S3 bucket that you manage.
|
CustomerManagedDatastoreS3Storage |
CustomerManagedDatastoreS3Storage.withBucket(String bucket)
The name of the S3 bucket in which data store data is stored.
|
CustomerManagedDatastoreS3Storage |
CustomerManagedDatastoreS3Storage.withKeyPrefix(String keyPrefix)
Optional.
|
CustomerManagedDatastoreS3Storage |
CustomerManagedDatastoreS3Storage.withRoleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastoreStorage.setCustomerManagedS3(CustomerManagedDatastoreS3Storage customerManagedS3)
Use this to store data store data in an S3 bucket that you manage.
|
DatastoreStorage |
DatastoreStorage.withCustomerManagedS3(CustomerManagedDatastoreS3Storage customerManagedS3)
Use this to store data store data in an S3 bucket that you manage.
|
Copyright © 2021. All rights reserved.