| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelStorageSummary.Builder |
ChannelStorageSummary.builder() |
default ChannelStorageSummary.Builder |
ChannelStorageSummary.Builder.customerManagedS3(Consumer<CustomerManagedChannelS3StorageSummary.Builder> customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
ChannelStorageSummary.Builder |
ChannelStorageSummary.Builder.customerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)
Used to store channel data in an S3 bucket that you manage.
|
default ChannelStorageSummary.Builder |
ChannelStorageSummary.Builder.serviceManagedS3(Consumer<ServiceManagedChannelS3StorageSummary.Builder> serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
|
ChannelStorageSummary.Builder |
ChannelStorageSummary.Builder.serviceManagedS3(ServiceManagedChannelS3StorageSummary serviceManagedS3)
Used to store channel data in an S3 bucket managed by IoT Analytics.
|
ChannelStorageSummary.Builder |
ChannelStorageSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChannelStorageSummary.Builder> |
ChannelStorageSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChannelSummary.Builder |
ChannelSummary.Builder.channelStorage(Consumer<ChannelStorageSummary.Builder> channelStorage)
Where channel data is stored.
|
Copyright © 2023. All rights reserved.