| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorSummary |
ConnectorSummary.clone() |
ConnectorSummary |
ConnectorSummary.withCapacity(CapacityDescription capacity)
The connector's compute capacity settings.
|
ConnectorSummary |
ConnectorSummary.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
ConnectorSummary |
ConnectorSummary.withConnectorDescription(String connectorDescription)
The description of the connector.
|
ConnectorSummary |
ConnectorSummary.withConnectorName(String connectorName)
The name of the connector.
|
ConnectorSummary |
ConnectorSummary.withConnectorState(ConnectorState connectorState)
The state of the connector.
|
ConnectorSummary |
ConnectorSummary.withConnectorState(String connectorState)
The state of the connector.
|
ConnectorSummary |
ConnectorSummary.withCreationTime(Date creationTime)
The time that the connector was created.
|
ConnectorSummary |
ConnectorSummary.withCurrentVersion(String currentVersion)
The current version of the connector.
|
ConnectorSummary |
ConnectorSummary.withKafkaCluster(KafkaClusterDescription kafkaCluster)
The details of the Apache Kafka cluster to which the connector is connected.
|
ConnectorSummary |
ConnectorSummary.withKafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster.
|
ConnectorSummary |
ConnectorSummary.withKafkaClusterEncryptionInTransit(KafkaClusterEncryptionInTransitDescription kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
|
ConnectorSummary |
ConnectorSummary.withKafkaConnectVersion(String kafkaConnectVersion)
The version of Kafka Connect.
|
ConnectorSummary |
ConnectorSummary.withLogDelivery(LogDeliveryDescription logDelivery)
The settings for delivering connector logs to Amazon CloudWatch Logs.
|
ConnectorSummary |
ConnectorSummary.withPlugins(Collection<PluginDescription> plugins)
Specifies which plugins were used for this connector.
|
ConnectorSummary |
ConnectorSummary.withPlugins(PluginDescription... plugins)
Specifies which plugins were used for this connector.
|
ConnectorSummary |
ConnectorSummary.withServiceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
|
ConnectorSummary |
ConnectorSummary.withWorkerConfiguration(WorkerConfigurationDescription workerConfiguration)
The worker configurations that are in use with the connector.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorSummary> |
ListConnectorsResult.getConnectors()
An array of connector descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
ListConnectorsResult.withConnectors(ConnectorSummary... connectors)
An array of connector descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsResult.setConnectors(Collection<ConnectorSummary> connectors)
An array of connector descriptions.
|
ListConnectorsResult |
ListConnectorsResult.withConnectors(Collection<ConnectorSummary> connectors)
An array of connector descriptions.
|
Copyright © 2022. All rights reserved.