| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedChannelS3Storage |
CustomerManagedChannelS3Storage.clone() |
CustomerManagedChannelS3Storage |
ChannelStorage.getCustomerManagedS3()
Use this to store channel data in an S3 bucket that you manage.
|
CustomerManagedChannelS3Storage |
CustomerManagedChannelS3Storage.withBucket(String bucket)
The name of the Amazon S3 bucket in which channel data is stored.
|
CustomerManagedChannelS3Storage |
CustomerManagedChannelS3Storage.withKeyPrefix(String keyPrefix)
[Optional] The prefix used to create the keys of the channel data objects.
|
CustomerManagedChannelS3Storage |
CustomerManagedChannelS3Storage.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 |
ChannelStorage.setCustomerManagedS3(CustomerManagedChannelS3Storage customerManagedS3)
Use this to store channel data in an S3 bucket that you manage.
|
ChannelStorage |
ChannelStorage.withCustomerManagedS3(CustomerManagedChannelS3Storage customerManagedS3)
Use this to store channel data in an S3 bucket that you manage.
|
Copyright © 2020. All rights reserved.