| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterDescription |
KafkaClusterDescription.clone() |
KafkaClusterDescription |
ConnectorSummary.getKafkaCluster()
The details of the Apache Kafka cluster to which the connector is connected.
|
KafkaClusterDescription |
DescribeConnectorResult.getKafkaCluster()
The Apache Kafka cluster that the connector is connected to.
|
KafkaClusterDescription |
KafkaClusterDescription.withApacheKafkaCluster(ApacheKafkaClusterDescription apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorSummary.setKafkaCluster(KafkaClusterDescription kafkaCluster)
The details of the Apache Kafka cluster to which the connector is connected.
|
void |
DescribeConnectorResult.setKafkaCluster(KafkaClusterDescription kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
|
ConnectorSummary |
ConnectorSummary.withKafkaCluster(KafkaClusterDescription kafkaCluster)
The details of the Apache Kafka cluster to which the connector is connected.
|
DescribeConnectorResult |
DescribeConnectorResult.withKafkaCluster(KafkaClusterDescription kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
|
Copyright © 2024. All rights reserved.