| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect |
|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomPluginResponse |
KafkaConnectClient.createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
default CompletableFuture<CreateCustomPluginResponse> |
KafkaConnectAsyncClient.createCustomPlugin(Consumer<CreateCustomPluginRequest.Builder> createCustomPluginRequest)
Creates a custom plugin using the specified properties.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.builder() |
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.contentType(CustomPluginContentType contentType)
The type of the plugin file.
|
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.contentType(String contentType)
The type of the plugin file.
|
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.description(String description)
A summary description of the custom plugin.
|
default CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.location(Consumer<CustomPluginLocation.Builder> location)
Information about the location of a custom plugin.
|
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.location(CustomPluginLocation location)
Information about the location of a custom plugin.
|
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.name(String name)
The name of the custom plugin.
|
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCustomPluginRequest.Builder> |
CreateCustomPluginRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.