public static interface S3LogDeliveryDescription.Builder extends SdkPojo, CopyableBuilder<S3LogDeliveryDescription.Builder,S3LogDeliveryDescription>
| Modifier and Type | Method and Description |
|---|---|
S3LogDeliveryDescription.Builder |
bucket(String bucket)
The name of the S3 bucket that is the destination for log delivery.
|
S3LogDeliveryDescription.Builder |
enabled(Boolean enabled)
Specifies whether connector logs get sent to the specified Amazon S3 destination.
|
S3LogDeliveryDescription.Builder |
prefix(String prefix)
The S3 prefix that is the destination for log delivery.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3LogDeliveryDescription.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.S3LogDeliveryDescription.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.S3LogDeliveryDescription.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.