| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedChannelS3StorageSummary |
CustomerManagedChannelS3StorageSummary.clone() |
CustomerManagedChannelS3StorageSummary |
ChannelStorageSummary.getCustomerManagedS3()
Used to store channel data in an S3 bucket that you manage.
|
CustomerManagedChannelS3StorageSummary |
CustomerManagedChannelS3StorageSummary.withBucket(String bucket)
The name of the S3 bucket in which channel data is stored.
|
CustomerManagedChannelS3StorageSummary |
CustomerManagedChannelS3StorageSummary.withKeyPrefix(String keyPrefix)
Optional.
|
CustomerManagedChannelS3StorageSummary |
CustomerManagedChannelS3StorageSummary.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 |
ChannelStorageSummary.setCustomerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
ChannelStorageSummary |
ChannelStorageSummary.withCustomerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
Copyright © 2021. All rights reserved.