| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomPluginLocation.Builder |
CustomPluginLocation.builder() |
default CustomPluginLocation.Builder |
CustomPluginLocation.Builder.s3Location(Consumer<S3Location.Builder> s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon
S3.
|
CustomPluginLocation.Builder |
CustomPluginLocation.Builder.s3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon
S3.
|
CustomPluginLocation.Builder |
CustomPluginLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomPluginLocation.Builder> |
CustomPluginLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomPluginRequest.Builder |
CreateCustomPluginRequest.Builder.location(Consumer<CustomPluginLocation.Builder> location)
Information about the location of a custom plugin.
|
Copyright © 2023. All rights reserved.