| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.clone() |
CustomerManagedDatastoreS3StorageSummary |
DatastoreStorageSummary.getCustomerManagedS3()
Used to store data store data in an S3 bucket that you manage.
|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.withBucket(String bucket)
The name of the Amazon S3 bucket in which data store data is stored.
|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.withKeyPrefix(String keyPrefix)
[Optional] The prefix used to create the keys of the data store data objects.
|
CustomerManagedDatastoreS3StorageSummary |
CustomerManagedDatastoreS3StorageSummary.withRoleArn(String roleArn)
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastoreStorageSummary.setCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data store data in an S3 bucket that you manage.
|
DatastoreStorageSummary |
DatastoreStorageSummary.withCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data store data in an S3 bucket that you manage.
|
Copyright © 2019. All rights reserved.