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