Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnConnectorPropsMixin.Builder
Packages that use CfnConnectorPropsMixin.Builder
-
Uses of CfnConnectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect
Methods in software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect that return CfnConnectorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnConnectorPropsMixin.Builder.capacity(CfnConnectorPropsMixin.CapacityProperty capacity) The connector's compute capacity settings.CfnConnectorPropsMixin.Builder.capacity(IResolvable capacity) The connector's compute capacity settings.CfnConnectorPropsMixin.Builder.connectorConfiguration(Map<String, String> connectorConfiguration) The configuration of the connector.CfnConnectorPropsMixin.Builder.connectorConfiguration(IResolvable connectorConfiguration) The configuration of the connector.CfnConnectorPropsMixin.Builder.connectorDescription(String connectorDescription) The description of the connector.CfnConnectorPropsMixin.Builder.connectorName(String connectorName) The name of the connector.CfnConnectorPropsMixin.Builder.create()CfnConnectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnConnectorPropsMixin.Builder.kafkaCluster(CfnConnectorPropsMixin.KafkaClusterProperty kafkaCluster) The details of the Apache Kafka cluster to which the connector is connected.CfnConnectorPropsMixin.Builder.kafkaCluster(IResolvable kafkaCluster) The details of the Apache Kafka cluster to which the connector is connected.CfnConnectorPropsMixin.Builder.kafkaClusterClientAuthentication(CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty kafkaClusterClientAuthentication) The type of client authentication used to connect to the Apache Kafka cluster.CfnConnectorPropsMixin.Builder.kafkaClusterClientAuthentication(IResolvable kafkaClusterClientAuthentication) The type of client authentication used to connect to the Apache Kafka cluster.CfnConnectorPropsMixin.Builder.kafkaClusterEncryptionInTransit(CfnConnectorPropsMixin.KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransit) Details of encryption in transit to the Apache Kafka cluster.CfnConnectorPropsMixin.Builder.kafkaClusterEncryptionInTransit(IResolvable kafkaClusterEncryptionInTransit) Details of encryption in transit to the Apache Kafka cluster.CfnConnectorPropsMixin.Builder.kafkaConnectVersion(String kafkaConnectVersion) The version of Kafka Connect.CfnConnectorPropsMixin.Builder.logDelivery(CfnConnectorPropsMixin.LogDeliveryProperty logDelivery) The settings for delivering connector logs to Amazon CloudWatch Logs.CfnConnectorPropsMixin.Builder.logDelivery(IResolvable logDelivery) The settings for delivering connector logs to Amazon CloudWatch Logs.CfnConnectorPropsMixin.Builder.networkType(String networkType) The network type of the connector.Specifies which plugin to use for the connector.CfnConnectorPropsMixin.Builder.plugins(IResolvable plugins) Specifies which plugin to use for the connector.CfnConnectorPropsMixin.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.CfnConnectorPropsMixin.Builder.workerConfiguration(CfnConnectorPropsMixin.WorkerConfigurationProperty workerConfiguration) The worker configurations that are in use with the connector.CfnConnectorPropsMixin.Builder.workerConfiguration(IResolvable workerConfiguration) The worker configurations that are in use with the connector.