Interface PresignedUrlDownloadRequest.Builder

  • Method Details

    • presignedUrl

      PresignedUrlDownloadRequest.Builder presignedUrl(URL presignedUrl)
      Sets the presigned URL for the S3 object.
      Parameters:
      presignedUrl -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • range

      Specifies the byte range of an object.
      Parameters:
      range - The HTTP Range header value (e.g., "bytes=0-1023")
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ifMatch

      Return the object only if its entity tag (ETag) is the same as the one specified in this header.
      Parameters:
      ifMatch - The If-Match header value (ETag)
      Returns:
      Returns a reference to this object so that method calls can be chained together.