| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerManagedChannelS3Storage.Builder |
CustomerManagedChannelS3Storage.Builder.bucket(String bucket)
The name of the S3 bucket in which channel data is stored.
|
static CustomerManagedChannelS3Storage.Builder |
CustomerManagedChannelS3Storage.builder() |
CustomerManagedChannelS3Storage.Builder |
CustomerManagedChannelS3Storage.Builder.keyPrefix(String keyPrefix)
(Optional) The prefix used to create the keys of the channel data objects.
|
CustomerManagedChannelS3Storage.Builder |
CustomerManagedChannelS3Storage.Builder.roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
|
CustomerManagedChannelS3Storage.Builder |
CustomerManagedChannelS3Storage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomerManagedChannelS3Storage.Builder> |
CustomerManagedChannelS3Storage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChannelStorage.Builder |
ChannelStorage.Builder.customerManagedS3(Consumer<CustomerManagedChannelS3Storage.Builder> customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
Copyright © 2023. All rights reserved.