public static interface S3LogDelivery.Builder extends SdkPojo, CopyableBuilder<S3LogDelivery.Builder,S3LogDelivery>
| Modifier and Type | Method and Description |
|---|---|
S3LogDelivery.Builder |
bucket(String bucket)
The name of the S3 bucket that is the destination for log delivery.
|
S3LogDelivery.Builder |
enabled(Boolean enabled)
Specifies whether connector logs get sent to the specified Amazon S3 destination.
|
S3LogDelivery.Builder |
prefix(String prefix)
The S3 prefix that is the destination for log delivery.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3LogDelivery.Builder bucket(String bucket)
The name of the S3 bucket that is the destination for log delivery.
bucket - The name of the S3 bucket that is the destination for log delivery.S3LogDelivery.Builder enabled(Boolean enabled)
Specifies whether connector logs get sent to the specified Amazon S3 destination.
enabled - Specifies whether connector logs get sent to the specified Amazon S3 destination.S3LogDelivery.Builder prefix(String prefix)
The S3 prefix that is the destination for log delivery.
prefix - The S3 prefix that is the destination for log delivery.Copyright © 2023. All rights reserved.