Uses of Class
software.amazon.awscdk.services.msk.CfnChannelProps.Builder
Packages that use CfnChannelProps.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnChannelProps.Builder in software.amazon.awscdk.services.msk
Methods in software.amazon.awscdk.services.msk that return CfnChannelProps.BuilderModifier and TypeMethodDescriptionstatic CfnChannelProps.BuilderCfnChannelProps.builder()CfnChannelProps.Builder.channelName(String channelName) Sets the value ofCfnChannelProps.getChannelName()CfnChannelProps.Builder.clusterArn(String clusterArn) Sets the value ofCfnChannelProps.getClusterArn()CfnChannelProps.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnChannelProps.getEncryptionConfiguration()CfnChannelProps.Builder.encryptionConfiguration(CfnChannel.EncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnChannelProps.getEncryptionConfiguration()CfnChannelProps.Builder.icebergDestinationConfiguration(IResolvable icebergDestinationConfiguration) Sets the value ofCfnChannelProps.getIcebergDestinationConfiguration()CfnChannelProps.Builder.icebergDestinationConfiguration(CfnChannel.IcebergDestinationConfigurationProperty icebergDestinationConfiguration) Sets the value ofCfnChannelProps.getIcebergDestinationConfiguration()CfnChannelProps.Builder.loggingInfo(IResolvable loggingInfo) Sets the value ofCfnChannelProps.getLoggingInfo()CfnChannelProps.Builder.loggingInfo(CfnChannel.ChannelLoggingInfoProperty loggingInfo) Sets the value ofCfnChannelProps.getLoggingInfo()CfnChannelProps.Builder.s3DestinationConfiguration(IResolvable s3DestinationConfiguration) Sets the value ofCfnChannelProps.getS3DestinationConfiguration()CfnChannelProps.Builder.s3DestinationConfiguration(CfnChannel.S3DestinationConfigurationProperty s3DestinationConfiguration) Sets the value ofCfnChannelProps.getS3DestinationConfiguration()Sets the value ofCfnChannelProps.getTags()CfnChannelProps.Builder.topicConfigurationList(List<? extends Object> topicConfigurationList) Sets the value ofCfnChannelProps.getTopicConfigurationList()CfnChannelProps.Builder.topicConfigurationList(IResolvable topicConfigurationList) Sets the value ofCfnChannelProps.getTopicConfigurationList()Constructors in software.amazon.awscdk.services.msk with parameters of type CfnChannelProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelProps.Builder.