Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.ChannelStorageSummary.Builder
-
Packages that use ChannelStorageSummary.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ChannelStorageSummary.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ChannelStorageSummary.Builder Modifier and Type Method Description static ChannelStorageSummary.BuilderChannelStorageSummary. builder()default ChannelStorageSummary.BuilderChannelStorageSummary.Builder. customerManagedS3(Consumer<CustomerManagedChannelS3StorageSummary.Builder> customerManagedS3)Used to store channel data in an S3 bucket that you manage.ChannelStorageSummary.BuilderChannelStorageSummary.Builder. customerManagedS3(CustomerManagedChannelS3StorageSummary customerManagedS3)Used to store channel data in an S3 bucket that you manage.default ChannelStorageSummary.BuilderChannelStorageSummary.Builder. serviceManagedS3(Consumer<ServiceManagedChannelS3StorageSummary.Builder> serviceManagedS3)Used to store channel data in an S3 bucket managed by IoT Analytics.ChannelStorageSummary.BuilderChannelStorageSummary.Builder. serviceManagedS3(ServiceManagedChannelS3StorageSummary serviceManagedS3)Used to store channel data in an S3 bucket managed by IoT Analytics.ChannelStorageSummary.BuilderChannelStorageSummary. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type ChannelStorageSummary.Builder Modifier and Type Method Description static Class<? extends ChannelStorageSummary.Builder>ChannelStorageSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type ChannelStorageSummary.Builder Modifier and Type Method Description default ChannelSummary.BuilderChannelSummary.Builder. channelStorage(Consumer<ChannelStorageSummary.Builder> channelStorage)Where channel data is stored.
-