Interface CompletedUpload.Builder

  • Method Details

    • partIndex

      CompletedUpload.Builder partIndex(Integer partIndex)

      The index of the uploaded part. This is the same partIndex value returned for the corresponding entry in the uploadUrls field of the GetAttachmentUploadLinks response.

      Parameters:
      partIndex - The index of the uploaded part. This is the same partIndex value returned for the corresponding entry in the uploadUrls field of the GetAttachmentUploadLinks response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTag

      The ETag returned in the response headers when the part was uploaded to Amazon S3. The ETag value identifies the part contents.

      Parameters:
      eTag - The ETag returned in the response headers when the part was uploaded to Amazon S3. The ETag value identifies the part contents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.