Uses of Class
software.amazon.awscdk.services.iotanalytics.CfnChannel.Builder
Package
Description
AWS IoT Analytics Construct Library
-
Uses of CfnChannel.Builder in software.amazon.awscdk.services.iotanalytics
Modifier 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.Builder
CfnChannel.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.