Uses of Class
software.amazon.awscdk.services.msk.CfnChannel.Builder
Packages that use CfnChannel.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnChannel.Builder in software.amazon.awscdk.services.msk
Methods in software.amazon.awscdk.services.msk that return CfnChannel.BuilderModifier and TypeMethodDescriptionCfnChannel.Builder.channelName(String channelName) Name of the channel.CfnChannel.Builder.clusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster.static CfnChannel.BuilderCfnChannel.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) Encryption configuration.CfnChannel.Builder.encryptionConfiguration(CfnChannel.EncryptionConfigurationProperty encryptionConfiguration) Encryption configuration.CfnChannel.Builder.icebergDestinationConfiguration(IResolvable icebergDestinationConfiguration) Iceberg destination configuration.CfnChannel.Builder.icebergDestinationConfiguration(CfnChannel.IcebergDestinationConfigurationProperty icebergDestinationConfiguration) Iceberg destination configuration.CfnChannel.Builder.loggingInfo(IResolvable loggingInfo) Log configuration details for Channel.CfnChannel.Builder.loggingInfo(CfnChannel.ChannelLoggingInfoProperty loggingInfo) Log configuration details for Channel.CfnChannel.Builder.s3DestinationConfiguration(IResolvable s3DestinationConfiguration) S3 destination configuration.CfnChannel.Builder.s3DestinationConfiguration(CfnChannel.S3DestinationConfigurationProperty s3DestinationConfiguration) S3 destination configuration.Tags attached to the channel.CfnChannel.Builder.topicConfigurationList(List<? extends Object> topicConfigurationList) Topic configuration.CfnChannel.Builder.topicConfigurationList(IResolvable topicConfigurationList) Topic configuration.