| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
CustomPluginLocation.getS3Location()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
S3Location |
S3Location.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an S3 bucket.
|
S3Location |
S3Location.withFileKey(String fileKey)
The file key for an object in an S3 bucket.
|
S3Location |
S3Location.withObjectVersion(String objectVersion)
The version of an object in an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomPluginLocation.setS3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
CustomPluginLocation |
CustomPluginLocation.withS3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
Copyright © 2022. All rights reserved.