Uses of Class
software.amazon.awscdk.services.kafkaconnect.CfnConnectorProps.Builder
Packages that use CfnConnectorProps.Builder
Package
Description
AWS::KafkaConnect Construct Library
-
Uses of CfnConnectorProps.Builder in software.amazon.awscdk.services.kafkaconnect
Methods in software.amazon.awscdk.services.kafkaconnect that return CfnConnectorProps.BuilderModifier and TypeMethodDescriptionstatic CfnConnectorProps.BuilderCfnConnectorProps.builder()CfnConnectorProps.Builder.capacity(IResolvable capacity) Sets the value ofCfnConnectorProps.getCapacity()CfnConnectorProps.Builder.capacity(CfnConnector.CapacityProperty capacity) Sets the value ofCfnConnectorProps.getCapacity()CfnConnectorProps.Builder.connectorConfiguration(Map<String, String> connectorConfiguration) Sets the value ofCfnConnectorProps.getConnectorConfiguration()CfnConnectorProps.Builder.connectorConfiguration(IResolvable connectorConfiguration) Sets the value ofCfnConnectorProps.getConnectorConfiguration()CfnConnectorProps.Builder.connectorDescription(String connectorDescription) Sets the value ofCfnConnectorProps.getConnectorDescription()CfnConnectorProps.Builder.connectorName(String connectorName) Sets the value ofCfnConnectorProps.getConnectorName()CfnConnectorProps.Builder.kafkaCluster(IResolvable kafkaCluster) Sets the value ofCfnConnectorProps.getKafkaCluster()CfnConnectorProps.Builder.kafkaCluster(CfnConnector.KafkaClusterProperty kafkaCluster) Sets the value ofCfnConnectorProps.getKafkaCluster()CfnConnectorProps.Builder.kafkaClusterClientAuthentication(IResolvable kafkaClusterClientAuthentication) Sets the value ofCfnConnectorProps.getKafkaClusterClientAuthentication()CfnConnectorProps.Builder.kafkaClusterClientAuthentication(CfnConnector.KafkaClusterClientAuthenticationProperty kafkaClusterClientAuthentication) Sets the value ofCfnConnectorProps.getKafkaClusterClientAuthentication()CfnConnectorProps.Builder.kafkaClusterEncryptionInTransit(IResolvable kafkaClusterEncryptionInTransit) Sets the value ofCfnConnectorProps.getKafkaClusterEncryptionInTransit()CfnConnectorProps.Builder.kafkaClusterEncryptionInTransit(CfnConnector.KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransit) Sets the value ofCfnConnectorProps.getKafkaClusterEncryptionInTransit()CfnConnectorProps.Builder.kafkaConnectVersion(String kafkaConnectVersion) Sets the value ofCfnConnectorProps.getKafkaConnectVersion()CfnConnectorProps.Builder.logDelivery(IResolvable logDelivery) Sets the value ofCfnConnectorProps.getLogDelivery()CfnConnectorProps.Builder.logDelivery(CfnConnector.LogDeliveryProperty logDelivery) Sets the value ofCfnConnectorProps.getLogDelivery()Sets the value ofCfnConnectorProps.getPlugins()CfnConnectorProps.Builder.plugins(IResolvable plugins) Sets the value ofCfnConnectorProps.getPlugins()CfnConnectorProps.Builder.serviceExecutionRoleArn(String serviceExecutionRoleArn) Sets the value ofCfnConnectorProps.getServiceExecutionRoleArn()Sets the value ofCfnConnectorProps.getTags()CfnConnectorProps.Builder.workerConfiguration(IResolvable workerConfiguration) Sets the value ofCfnConnectorProps.getWorkerConfiguration()CfnConnectorProps.Builder.workerConfiguration(CfnConnector.WorkerConfigurationProperty workerConfiguration) Sets the value ofCfnConnectorProps.getWorkerConfiguration()Constructors in software.amazon.awscdk.services.kafkaconnect with parameters of type CfnConnectorProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProps.Builder.