Interface AuthorizedUrl.Builder

  • Method Details

    • url

      The presigned S3 URL that provides temporary, secure access to download the file. URLs expire within 15 minutes for security purposes.

      Parameters:
      url - The presigned S3 URL that provides temporary, secure access to download the file. URLs expire within 15 minutes for security purposes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localPath

      AuthorizedUrl.Builder localPath(String localPath)

      The recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.

      Parameters:
      localPath - The recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.