类 GenericUploadRequest

    • 构造器详细资料

      • GenericUploadRequest

        public GenericUploadRequest()
      • GenericUploadRequest

        public GenericUploadRequest​(String bucketName,
                                    String key,
                                    String uploadId)
    • 方法详细资料

      • getUploadId

        public String getUploadId()
        Returns the ID of the existing, initiated multipart upload with which this new part will be associated.
        返回:
        the ID of the existing, initiated multipart upload with which this new part will be associated.
      • setUploadId

        public void setUploadId​(String uploadId)
        Sets the ID of the existing, initiated multipart upload with which this new part will be associated.
        参数:
        uploadId - the ID of the existing, initiated multipart upload with which this new part will be associated.