public static interface BucketPolicy.Builder extends SdkPojo, CopyableBuilder<BucketPolicy.Builder,BucketPolicy>
| Modifier and Type | Method and Description |
|---|---|
BucketPolicy.Builder |
allowsPublicReadAccess(Boolean allowsPublicReadAccess)
Specifies whether the bucket policy allows the general public to have read access to the bucket.
|
BucketPolicy.Builder |
allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
Specifies whether the bucket policy allows the general public to have write access to the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketPolicy.Builder allowsPublicReadAccess(Boolean allowsPublicReadAccess)
Specifies whether the bucket policy allows the general public to have read access to the bucket.
allowsPublicReadAccess - Specifies whether the bucket policy allows the general public to have read access to the bucket.BucketPolicy.Builder allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
Specifies whether the bucket policy allows the general public to have write access to the bucket.
allowsPublicWriteAccess - Specifies whether the bucket policy allows the general public to have write access to the bucket.Copyright © 2023. All rights reserved.