public static interface BucketPolicy.Builder extends SdkPojo, CopyableBuilder<BucketPolicy.Builder,BucketPolicy>
| Modifier and Type | Method and Description |
|---|---|
BucketPolicy.Builder |
allowsPublicReadAccess(Boolean allowsPublicReadAccess)
A value that indicates whether public read access for the bucket is enabled through a bucket policy.
|
BucketPolicy.Builder |
allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
A value that indicates whether public write access for the bucket is enabled through a bucket policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketPolicy.Builder allowsPublicReadAccess(Boolean allowsPublicReadAccess)
A value that indicates whether public read access for the bucket is enabled through a bucket policy.
allowsPublicReadAccess - A value that indicates whether public read access for the bucket is enabled through a bucket policy.BucketPolicy.Builder allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
A value that indicates whether public write access for the bucket is enabled through a bucket policy.
allowsPublicWriteAccess - A value that indicates whether public write access for the bucket is enabled through a bucket policy.Copyright © 2022. All rights reserved.