public static final class CreateBatchUploadUrlResponseBody.UploadUrlList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateBatchUploadUrlResponseBody.UploadUrlList |
build() |
CreateBatchUploadUrlResponseBody.UploadUrlList.Builder |
context(CreateBatchUploadUrlResponseBody.Context context)
The signature information.
|
CreateBatchUploadUrlResponseBody.UploadUrlList.Builder |
expire(String expire)
The timestamp when the values of the parameters expire.
|
CreateBatchUploadUrlResponseBody.UploadUrlList.Builder |
fileExist(Boolean fileExist)
Indicates whether the file exists in the cloud.
|
CreateBatchUploadUrlResponseBody.UploadUrlList.Builder |
internalUrl(String internalUrl)
The internal endpoint of the URL to which the file is uploaded.
|
CreateBatchUploadUrlResponseBody.UploadUrlList.Builder |
md5(String md5)
The identifier of the file.
|
CreateBatchUploadUrlResponseBody.UploadUrlList.Builder |
publicUrl(String publicUrl)
The public endpoint of the URL to which the file is uploaded.
|
public CreateBatchUploadUrlResponseBody.UploadUrlList.Builder context(CreateBatchUploadUrlResponseBody.Context context)
The signature information.
public CreateBatchUploadUrlResponseBody.UploadUrlList.Builder expire(String expire)
The timestamp when the values of the parameters expire. Unit: milliseconds.
example:1658562101370
public CreateBatchUploadUrlResponseBody.UploadUrlList.Builder fileExist(Boolean fileExist)
Indicates whether the file exists in the cloud. Valid values:
false
public CreateBatchUploadUrlResponseBody.UploadUrlList.Builder internalUrl(String internalUrl)
The internal endpoint of the URL to which the file is uploaded.
example:public CreateBatchUploadUrlResponseBody.UploadUrlList.Builder md5(String md5)
The identifier of the file.
example:2f8dc248a0fbb96c69e45acad2******
public CreateBatchUploadUrlResponseBody.UploadUrlList.Builder publicUrl(String publicUrl)
The public endpoint of the URL to which the file is uploaded.
example:public CreateBatchUploadUrlResponseBody.UploadUrlList build()
Copyright © 2026. All rights reserved.