Interface UploadUrl.Builder

  • Method Details

    • url

      The presigned HTTPS URL that you use to upload a single part with HTTP PUT. Upload URLs are served from uploadv1.attachments.support.{region}.amazonaws.com. The uploadv1 prefix is subject to change.

      Parameters:
      url - The presigned HTTPS URL that you use to upload a single part with HTTP PUT. Upload URLs are served from uploadv1.attachments.support.{region}.amazonaws.com. The uploadv1 prefix is subject to change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partIndex

      UploadUrl.Builder partIndex(Integer partIndex)

      The index of the part that this URL uploads.

      Parameters:
      partIndex - The index of the part that this URL uploads.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiryDate

      UploadUrl.Builder expiryDate(String expiryDate)

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

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