public static final class CreateBatchUploadUrlRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateBatchUploadUrlRequest |
build() |
CreateBatchUploadUrlRequest.Builder |
md5List(List<String> md5List)
The identifiers of files.
|
CreateBatchUploadUrlRequest.Builder |
type(Integer type)
The type of the file.
|
public CreateBatchUploadUrlRequest.Builder md5List(List<String> md5List)
The identifiers of files. Only MD5 hash values are supported.
This parameter is required.
public CreateBatchUploadUrlRequest.Builder type(Integer type)
The type of the file. Valid values:
If you do not know the type of the file, set this parameter to 0.
This parameter is required.
example:0
public CreateBatchUploadUrlRequest build()
Copyright © 2026. All rights reserved.