| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect |
|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkerConfigurationResult> |
AbstractAWSKafkaConnectAsync.createWorkerConfigurationAsync(CreateWorkerConfigurationRequest request,
AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler) |
Future<CreateWorkerConfigurationResult> |
AWSKafkaConnectAsyncClient.createWorkerConfigurationAsync(CreateWorkerConfigurationRequest request,
AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler) |
Future<CreateWorkerConfigurationResult> |
AWSKafkaConnectAsync.createWorkerConfigurationAsync(CreateWorkerConfigurationRequest createWorkerConfigurationRequest,
AsyncHandler<CreateWorkerConfigurationRequest,CreateWorkerConfigurationResult> asyncHandler)
Creates a worker configuration using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerConfigurationRequest |
CreateWorkerConfigurationRequest.clone() |
CreateWorkerConfigurationRequest |
CreateWorkerConfigurationRequest.withDescription(String description)
A summary description of the worker configuration.
|
CreateWorkerConfigurationRequest |
CreateWorkerConfigurationRequest.withName(String name)
The name of the worker configuration.
|
CreateWorkerConfigurationRequest |
CreateWorkerConfigurationRequest.withPropertiesFileContent(String propertiesFileContent)
Base64 encoded contents of connect-distributed.properties file.
|
Copyright © 2022. All rights reserved.