Interface HlsS3Settings.Builder

    • Method Detail

      • cannedAcl

        HlsS3Settings.Builder cannedAcl​(String cannedAcl)
        Specify the canned ACL to apply to each S3 request. Defaults to none.
        Parameters:
        cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        S3CannedAcl, S3CannedAcl
      • cannedAcl

        HlsS3Settings.Builder cannedAcl​(S3CannedAcl cannedAcl)
        Specify the canned ACL to apply to each S3 request. Defaults to none.
        Parameters:
        cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        S3CannedAcl, S3CannedAcl