| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an S3 bucket.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.fileKey(String fileKey)
The file key for an object in an S3 bucket.
|
S3Location.Builder |
S3Location.Builder.objectVersion(String objectVersion)
The version of an object in an S3 bucket.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.