| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
S3LocationDescription |
S3LocationDescription.clone() |
S3LocationDescription |
CustomPluginLocationDescription.getS3Location()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
S3LocationDescription |
S3LocationDescription.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an S3 bucket.
|
S3LocationDescription |
S3LocationDescription.withFileKey(String fileKey)
The file key for an object in an S3 bucket.
|
S3LocationDescription |
S3LocationDescription.withObjectVersion(String objectVersion)
The version of an object in an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomPluginLocationDescription.setS3Location(S3LocationDescription s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
CustomPluginLocationDescription |
CustomPluginLocationDescription.withS3Location(S3LocationDescription 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.