| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResult |
AWSKafkaConnectClient.describeConnector(DescribeConnectorRequest request)
Returns summary information about the connector.
|
DescribeConnectorResult |
AbstractAWSKafkaConnect.describeConnector(DescribeConnectorRequest request) |
DescribeConnectorResult |
AWSKafkaConnect.describeConnector(DescribeConnectorRequest describeConnectorRequest)
Returns summary information about the connector.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeConnectorResult> |
AWSKafkaConnectAsyncClient.describeConnectorAsync(DescribeConnectorRequest request,
AsyncHandler<DescribeConnectorRequest,DescribeConnectorResult> asyncHandler) |
Future<DescribeConnectorResult> |
AWSKafkaConnectAsync.describeConnectorAsync(DescribeConnectorRequest describeConnectorRequest,
AsyncHandler<DescribeConnectorRequest,DescribeConnectorResult> asyncHandler)
Returns summary information about the connector.
|
Future<DescribeConnectorResult> |
AbstractAWSKafkaConnectAsync.describeConnectorAsync(DescribeConnectorRequest request,
AsyncHandler<DescribeConnectorRequest,DescribeConnectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResult |
DescribeConnectorResult.addConnectorConfigurationEntry(String key,
String value)
Add a single ConnectorConfiguration entry
|
DescribeConnectorResult |
DescribeConnectorResult.clearConnectorConfigurationEntries()
Removes all the entries added into ConnectorConfiguration.
|
DescribeConnectorResult |
DescribeConnectorResult.clone() |
DescribeConnectorResult |
DescribeConnectorResult.withCapacity(CapacityDescription capacity)
Information about the capacity of the connector, whether it is auto scaled or provisioned.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorConfiguration(Map<String,String> connectorConfiguration)
A map of keys to values that represent the configuration for the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorDescription(String connectorDescription)
A summary description of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorName(String connectorName)
The name of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorState(ConnectorState connectorState)
The state of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withConnectorState(String connectorState)
The state of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withCreationTime(Date creationTime)
The time the connector was created.
|
DescribeConnectorResult |
DescribeConnectorResult.withCurrentVersion(String currentVersion)
The current version of the connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withKafkaCluster(KafkaClusterDescription kafkaCluster)
The Apache Kafka cluster that the connector is connected to.
|
DescribeConnectorResult |
DescribeConnectorResult.withKafkaClusterClientAuthentication(KafkaClusterClientAuthenticationDescription kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster.
|
DescribeConnectorResult |
DescribeConnectorResult.withKafkaClusterEncryptionInTransit(KafkaClusterEncryptionInTransitDescription kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
|
DescribeConnectorResult |
DescribeConnectorResult.withKafkaConnectVersion(String kafkaConnectVersion)
The version of Kafka Connect.
|
DescribeConnectorResult |
DescribeConnectorResult.withLogDelivery(LogDeliveryDescription logDelivery)
Details about delivering logs to Amazon CloudWatch Logs.
|
DescribeConnectorResult |
DescribeConnectorResult.withPlugins(Collection<PluginDescription> plugins)
Specifies which plugins were used for this connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withPlugins(PluginDescription... plugins)
Specifies which plugins were used for this connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withServiceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
|
DescribeConnectorResult |
DescribeConnectorResult.withStateDescription(StateDescription stateDescription)
Details about the state of a connector.
|
DescribeConnectorResult |
DescribeConnectorResult.withWorkerConfiguration(WorkerConfigurationDescription workerConfiguration)
Specifies which worker configuration was used for the connector.
|
Copyright © 2022. All rights reserved.