Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.Builder
Packages that use CfnClusterPropsMixin.Builder
-
Uses of CfnClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.msk
Methods in software.amazon.awscdk.cfnpropertymixins.services.msk that return CfnClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnClusterPropsMixin.Builder.brokerNodeGroupInfo(CfnClusterPropsMixin.BrokerNodeGroupInfoProperty brokerNodeGroupInfo) Information about the broker nodes in the cluster.CfnClusterPropsMixin.Builder.brokerNodeGroupInfo(IResolvable brokerNodeGroupInfo) Information about the broker nodes in the cluster.CfnClusterPropsMixin.Builder.clientAuthentication(CfnClusterPropsMixin.ClientAuthenticationProperty clientAuthentication) Includes all client authentication related information.CfnClusterPropsMixin.Builder.clientAuthentication(IResolvable clientAuthentication) Includes all client authentication related information.CfnClusterPropsMixin.Builder.clusterName(String clusterName) The name of the cluster.CfnClusterPropsMixin.Builder.configurationInfo(CfnClusterPropsMixin.ConfigurationInfoProperty configurationInfo) Represents the configuration that you want MSK to use for the cluster.CfnClusterPropsMixin.Builder.configurationInfo(IResolvable configurationInfo) Represents the configuration that you want MSK to use for the cluster.static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create()static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClusterPropsMixin.Builder.currentVersion(String currentVersion) CfnClusterPropsMixin.Builder.encryptionInfo(CfnClusterPropsMixin.EncryptionInfoProperty encryptionInfo) Includes all encryption-related information.CfnClusterPropsMixin.Builder.encryptionInfo(IResolvable encryptionInfo) Includes all encryption-related information.CfnClusterPropsMixin.Builder.enhancedMonitoring(String enhancedMonitoring) Specifies the level of monitoring for the MSK cluster.CfnClusterPropsMixin.Builder.kafkaVersion(String kafkaVersion) The version of Apache Kafka.CfnClusterPropsMixin.Builder.loggingInfo(CfnClusterPropsMixin.LoggingInfoProperty loggingInfo) Logging info details for the cluster.CfnClusterPropsMixin.Builder.loggingInfo(IResolvable loggingInfo) Logging info details for the cluster.CfnClusterPropsMixin.Builder.numberOfBrokerNodes(Number numberOfBrokerNodes) The number of broker nodes in the cluster.CfnClusterPropsMixin.Builder.openMonitoring(CfnClusterPropsMixin.OpenMonitoringProperty openMonitoring) The settings for open monitoring.CfnClusterPropsMixin.Builder.openMonitoring(IResolvable openMonitoring) The settings for open monitoring.CfnClusterPropsMixin.Builder.rebalancing(CfnClusterPropsMixin.RebalancingProperty rebalancing) CfnClusterPropsMixin.Builder.rebalancing(IResolvable rebalancing) CfnClusterPropsMixin.Builder.storageMode(String storageMode) This controls storage mode for supported storage tiers.An arbitrary set of tags (key-value pairs) for the cluster.