public static interface VerifiedAccessLogS3DestinationOptions.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>
| Modifier and Type | Method and Description |
|---|---|
VerifiedAccessLogS3DestinationOptions.Builder |
bucketName(String bucketName)
The bucket name.
|
VerifiedAccessLogS3DestinationOptions.Builder |
bucketOwner(String bucketOwner)
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
|
VerifiedAccessLogS3DestinationOptions.Builder |
enabled(Boolean enabled)
Indicates whether logging is enabled.
|
VerifiedAccessLogS3DestinationOptions.Builder |
prefix(String prefix)
The bucket prefix.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifiedAccessLogS3DestinationOptions.Builder enabled(Boolean enabled)
Indicates whether logging is enabled.
enabled - Indicates whether logging is enabled.VerifiedAccessLogS3DestinationOptions.Builder bucketName(String bucketName)
The bucket name.
bucketName - The bucket name.VerifiedAccessLogS3DestinationOptions.Builder prefix(String prefix)
The bucket prefix.
prefix - The bucket prefix.VerifiedAccessLogS3DestinationOptions.Builder bucketOwner(String bucketOwner)
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
bucketOwner - The ID of the Amazon Web Services account that owns the Amazon S3 bucket.Copyright © 2023. All rights reserved.