public static interface AccessControlList.Builder extends SdkPojo, CopyableBuilder<AccessControlList.Builder,AccessControlList>
| Modifier and Type | Method and Description |
|---|---|
AccessControlList.Builder |
allowsPublicReadAccess(Boolean allowsPublicReadAccess)
Specifies whether the ACL grants the general public with read access permissions for the bucket.
|
AccessControlList.Builder |
allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
Specifies whether the ACL grants the general public with write access permissions for the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessControlList.Builder allowsPublicReadAccess(Boolean allowsPublicReadAccess)
Specifies whether the ACL grants the general public with read access permissions for the bucket.
allowsPublicReadAccess - Specifies whether the ACL grants the general public with read access permissions for the bucket.AccessControlList.Builder allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
Specifies whether the ACL grants the general public with write access permissions for the bucket.
allowsPublicWriteAccess - Specifies whether the ACL grants the general public with write access permissions for the bucket.Copyright © 2023. All rights reserved.