Uses of Class
software.amazon.awscdk.services.iotanalytics.CfnChannel.Builder
Packages that use CfnChannel.Builder
Package
Description
AWS IoT Analytics Construct Library
-
Uses of CfnChannel.Builder in software.amazon.awscdk.services.iotanalytics
Methods in software.amazon.awscdk.services.iotanalytics that return CfnChannel.BuilderModifier and TypeMethodDescriptionCfnChannel.Builder.channelName(String channelName) The name of the channel.CfnChannel.Builder.channelStorage(IResolvable channelStorage) Where channel data is stored.CfnChannel.Builder.channelStorage(CfnChannel.ChannelStorageProperty channelStorage) Where channel data is stored.static CfnChannel.BuilderCfnChannel.Builder.retentionPeriod(IResolvable retentionPeriod) How long, in days, message data is kept for the channel.CfnChannel.Builder.retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod) How long, in days, message data is kept for the channel.Metadata which can be used to manage the channel.