public static interface AwsS3BucketLoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketLoggingConfiguration.Builder |
destinationBucketName(String destinationBucketName)
The name of the S3 bucket where log files for the S3 bucket are stored.
|
AwsS3BucketLoggingConfiguration.Builder |
logFilePrefix(String logFilePrefix)
The prefix added to log files for the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketLoggingConfiguration.Builder destinationBucketName(String destinationBucketName)
The name of the S3 bucket where log files for the S3 bucket are stored.
destinationBucketName - The name of the S3 bucket where log files for the S3 bucket are stored.AwsS3BucketLoggingConfiguration.Builder logFilePrefix(String logFilePrefix)
The prefix added to log files for the S3 bucket.
logFilePrefix - The prefix added to log files for the S3 bucket.Copyright © 2023. All rights reserved.