Interface AccessControlList.Builder

    • Method Detail

      • allowsPublicReadAccess

        AccessControlList.Builder allowsPublicReadAccess​(Boolean allowsPublicReadAccess)

        Specifies whether the ACL grants the general public with read access permissions for the bucket.

        Parameters:
        allowsPublicReadAccess - Specifies whether the ACL grants the general public with read access permissions for the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowsPublicWriteAccess

        AccessControlList.Builder allowsPublicWriteAccess​(Boolean allowsPublicWriteAccess)

        Specifies whether the ACL grants the general public with write access permissions for the bucket.

        Parameters:
        allowsPublicWriteAccess - Specifies whether the ACL grants the general public with write access permissions for the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.