Uses of Class
software.amazon.awscdk.services.kafkaconnect.CfnConnector.Builder
Packages that use CfnConnector.Builder
Package
Description
AWS::KafkaConnect Construct Library
- 
Uses of CfnConnector.Builder in software.amazon.awscdk.services.kafkaconnectMethods in software.amazon.awscdk.services.kafkaconnect that return CfnConnector.BuilderModifier and TypeMethodDescriptionCfnConnector.Builder.capacity(IResolvable capacity) The connector's compute capacity settings.CfnConnector.Builder.capacity(CfnConnector.CapacityProperty capacity) The connector's compute capacity settings.CfnConnector.Builder.connectorConfiguration(Map<String, String> connectorConfiguration) The configuration of the connector.CfnConnector.Builder.connectorConfiguration(IResolvable connectorConfiguration) The configuration of the connector.CfnConnector.Builder.connectorDescription(String connectorDescription) The description of the connector.CfnConnector.Builder.connectorName(String connectorName) The name of the connector.static CfnConnector.BuilderCfnConnector.Builder.kafkaCluster(IResolvable kafkaCluster) The details of the Apache Kafka cluster to which the connector is connected.CfnConnector.Builder.kafkaCluster(CfnConnector.KafkaClusterProperty kafkaCluster) The details of the Apache Kafka cluster to which the connector is connected.CfnConnector.Builder.kafkaClusterClientAuthentication(IResolvable kafkaClusterClientAuthentication) The type of client authentication used to connect to the Apache Kafka cluster.CfnConnector.Builder.kafkaClusterClientAuthentication(CfnConnector.KafkaClusterClientAuthenticationProperty kafkaClusterClientAuthentication) The type of client authentication used to connect to the Apache Kafka cluster.CfnConnector.Builder.kafkaClusterEncryptionInTransit(IResolvable kafkaClusterEncryptionInTransit) Details of encryption in transit to the Apache Kafka cluster.CfnConnector.Builder.kafkaClusterEncryptionInTransit(CfnConnector.KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransit) Details of encryption in transit to the Apache Kafka cluster.CfnConnector.Builder.kafkaConnectVersion(String kafkaConnectVersion) The version of Kafka Connect.CfnConnector.Builder.logDelivery(IResolvable logDelivery) The settings for delivering connector logs to Amazon CloudWatch Logs.CfnConnector.Builder.logDelivery(CfnConnector.LogDeliveryProperty logDelivery) The settings for delivering connector logs to Amazon CloudWatch Logs.Specifies which plugin to use for the connector.CfnConnector.Builder.plugins(IResolvable plugins) Specifies which plugin to use for the connector.CfnConnector.Builder.serviceExecutionRoleArn(String serviceExecutionRoleArn) The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.A collection of tags associated with a resource.CfnConnector.Builder.workerConfiguration(IResolvable workerConfiguration) The worker configurations that are in use with the connector.CfnConnector.Builder.workerConfiguration(CfnConnector.WorkerConfigurationProperty workerConfiguration) The worker configurations that are in use with the connector.