| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
S3LogDeliveryDescription |
S3LogDeliveryDescription.clone() |
S3LogDeliveryDescription |
WorkerLogDeliveryDescription.getS3()
Details about delivering logs to Amazon S3.
|
S3LogDeliveryDescription |
S3LogDeliveryDescription.withBucket(String bucket)
The name of the S3 bucket that is the destination for log delivery.
|
S3LogDeliveryDescription |
S3LogDeliveryDescription.withEnabled(Boolean enabled)
Specifies whether connector logs get sent to the specified Amazon S3 destination.
|
S3LogDeliveryDescription |
S3LogDeliveryDescription.withPrefix(String prefix)
The S3 prefix that is the destination for log delivery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkerLogDeliveryDescription.setS3(S3LogDeliveryDescription s3)
Details about delivering logs to Amazon S3.
|
WorkerLogDeliveryDescription |
WorkerLogDeliveryDescription.withS3(S3LogDeliveryDescription s3)
Details about delivering logs to Amazon S3.
|
Copyright © 2021. All rights reserved.