| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterDescription |
DescribeConnectorResponse.kafkaCluster()
The Apache Kafka cluster that the connector is connected to.
|
KafkaClusterDescription |
ConnectorSummary.kafkaCluster()
The details of the Apache Kafka cluster to which the connector is connected.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResponse.Builder |
DescribeConnectorResponse.Builder.kafkaCluster(KafkaClusterDescription kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
|
ConnectorSummary.Builder |
ConnectorSummary.Builder.kafkaCluster(KafkaClusterDescription kafkaCluster)
The details of the Apache Kafka cluster to which the connector is connected.
|
Copyright © 2023. All rights reserved.