Uses of Class
software.amazon.awscdk.services.msk.CfnCluster.ConnectivityInfoProperty.Builder
Packages that use CfnCluster.ConnectivityInfoProperty.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnCluster.ConnectivityInfoProperty.Builder in software.amazon.awscdk.services.msk
Methods in software.amazon.awscdk.services.msk that return CfnCluster.ConnectivityInfoProperty.BuilderModifier and TypeMethodDescriptionCfnCluster.ConnectivityInfoProperty.builder()
CfnCluster.ConnectivityInfoProperty.Builder.publicAccess
(IResolvable publicAccess) Sets the value ofCfnCluster.ConnectivityInfoProperty.getPublicAccess()
CfnCluster.ConnectivityInfoProperty.Builder.publicAccess
(CfnCluster.PublicAccessProperty publicAccess) Sets the value ofCfnCluster.ConnectivityInfoProperty.getPublicAccess()
CfnCluster.ConnectivityInfoProperty.Builder.vpcConnectivity
(IResolvable vpcConnectivity) Sets the value ofCfnCluster.ConnectivityInfoProperty.getVpcConnectivity()
CfnCluster.ConnectivityInfoProperty.Builder.vpcConnectivity
(CfnCluster.VpcConnectivityProperty vpcConnectivity) Sets the value ofCfnCluster.ConnectivityInfoProperty.getVpcConnectivity()
Constructors in software.amazon.awscdk.services.msk with parameters of type CfnCluster.ConnectivityInfoProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ConnectivityInfoProperty.Builder
.