Uses of Class
software.amazon.awscdk.services.iotanalytics.CfnChannelProps.Builder
Packages that use CfnChannelProps.Builder
Package
Description
AWS IoT Analytics Construct Library
-
Uses of CfnChannelProps.Builder in software.amazon.awscdk.services.iotanalytics
Methods in software.amazon.awscdk.services.iotanalytics that return CfnChannelProps.BuilderModifier and TypeMethodDescriptionstatic CfnChannelProps.Builder
CfnChannelProps.builder()
CfnChannelProps.Builder.channelName
(String channelName) Sets the value ofCfnChannelProps.getChannelName()
CfnChannelProps.Builder.channelStorage
(IResolvable channelStorage) Sets the value ofCfnChannelProps.getChannelStorage()
CfnChannelProps.Builder.channelStorage
(CfnChannel.ChannelStorageProperty channelStorage) Sets the value ofCfnChannelProps.getChannelStorage()
CfnChannelProps.Builder.retentionPeriod
(IResolvable retentionPeriod) Sets the value ofCfnChannelProps.getRetentionPeriod()
CfnChannelProps.Builder.retentionPeriod
(CfnChannel.RetentionPeriodProperty retentionPeriod) Sets the value ofCfnChannelProps.getRetentionPeriod()
Sets the value ofCfnChannelProps.getTags()
Constructors in software.amazon.awscdk.services.iotanalytics with parameters of type CfnChannelProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelProps.Builder
.