Interface AccessControlList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessControlList.Builder,AccessControlList>, SdkBuilder<AccessControlList.Builder,AccessControlList>, SdkPojo
Enclosing class:
AccessControlList

public static interface AccessControlList.Builder extends SdkPojo, CopyableBuilder<AccessControlList.Builder,AccessControlList>
  • Method Details

    • allowsPublicReadAccess

      AccessControlList.Builder allowsPublicReadAccess(Boolean allowsPublicReadAccess)

      A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).

      Parameters:
      allowsPublicReadAccess - A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowsPublicWriteAccess

      AccessControlList.Builder allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)

      A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).

      Parameters:
      allowsPublicWriteAccess - A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).
      Returns:
      Returns a reference to this object so that method calls can be chained together.