Uses of Class
software.amazon.awscdk.services.msk.CfnCluster.SaslProperty.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnCluster.SaslProperty.Builder in software.amazon.awscdk.services.msk
Modifier and TypeMethodDescriptionCfnCluster.SaslProperty.builder()
CfnCluster.SaslProperty.Builder.iam
(IResolvable iam) Sets the value ofCfnCluster.SaslProperty.getIam()
CfnCluster.SaslProperty.Builder.iam
(CfnCluster.IamProperty iam) Sets the value ofCfnCluster.SaslProperty.getIam()
CfnCluster.SaslProperty.Builder.scram
(IResolvable scram) Sets the value ofCfnCluster.SaslProperty.getScram()
CfnCluster.SaslProperty.Builder.scram
(CfnCluster.ScramProperty scram) Sets the value ofCfnCluster.SaslProperty.getScram()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.SaslProperty.Builder
.