Uses of Class
software.amazon.awscdk.services.msk.alpha.ClusterProps.Builder
Packages that use ClusterProps.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of ClusterProps.Builder in software.amazon.awscdk.services.msk.alpha
Methods in software.amazon.awscdk.services.msk.alpha that return ClusterProps.BuilderModifier and TypeMethodDescriptionClusterProps.Builder.brokerType(BrokerType brokerType) Sets the value ofClusterProps.getBrokerType()static ClusterProps.BuilderClusterProps.builder()ClusterProps.Builder.clientAuthentication(ClientAuthentication clientAuthentication) Sets the value ofClusterProps.getClientAuthentication()ClusterProps.Builder.clusterName(String clusterName) Sets the value ofClusterProps.getClusterName()ClusterProps.Builder.configurationInfo(ClusterConfigurationInfo configurationInfo) Sets the value ofClusterProps.getConfigurationInfo()ClusterProps.Builder.ebsStorageInfo(EbsStorageInfo ebsStorageInfo) Sets the value ofClusterProps.getEbsStorageInfo()ClusterProps.Builder.encryptionInTransit(EncryptionInTransitConfig encryptionInTransit) Sets the value ofClusterProps.getEncryptionInTransit()ClusterProps.Builder.instanceType(InstanceType instanceType) Sets the value ofClusterProps.getInstanceType()ClusterProps.Builder.kafkaVersion(KafkaVersion kafkaVersion) Sets the value ofClusterProps.getKafkaVersion()ClusterProps.Builder.logging(BrokerLogging logging) Sets the value ofClusterProps.getLogging()ClusterProps.Builder.monitoring(MonitoringConfiguration monitoring) Sets the value ofClusterProps.getMonitoring()ClusterProps.Builder.numberOfBrokerNodes(Number numberOfBrokerNodes) Sets the value ofClusterProps.getNumberOfBrokerNodes()ClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterProps.getRemovalPolicy()ClusterProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofClusterProps.getSecurityGroups()ClusterProps.Builder.storageMode(StorageMode storageMode) Sets the value ofClusterProps.getStorageMode()Sets the value ofClusterProps.getVpc()ClusterProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofClusterProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.msk.alpha with parameters of type ClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterProps.Builder.