Interface DownloadUrl.Builder

  • Method Details

    • url

      The presigned HTTPS URL that you can use to download the attachment. Download URLs are served from downloadv1.attachments.support.{region}.amazonaws.com. The downloadv1 prefix is subject to change.

      Parameters:
      url - The presigned HTTPS URL that you can use to download the attachment. Download URLs are served from downloadv1.attachments.support.{region}.amazonaws.com. The downloadv1 prefix is subject to change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiryDate

      DownloadUrl.Builder expiryDate(String expiryDate)

      The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.

      Parameters:
      expiryDate - The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.