public static final class GetURLUploadInfosRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetURLUploadInfosRequest |
build() |
GetURLUploadInfosRequest.Builder |
jobIds(String jobIds)
The one or more IDs of upload jobs.
|
GetURLUploadInfosRequest.Builder |
uploadURLs(String uploadURLs)
The one or more upload URLs of the source files.
|
public GetURLUploadInfosRequest.Builder jobIds(String jobIds)
- You can specify a maximum of 10 IDs. - Separate multiple IDs with commas (,). > You must set one of the JobIds and the UploadURLs parameters. If you set both the JobIds and UploadURLs parameters, only the value of the JobIds parameter takes effect.
public GetURLUploadInfosRequest.Builder uploadURLs(String uploadURLs)
> * You must encode the URLs before you use the URLs. > * If a media file is uploaded multiple times, pass the URL of the media file to this parameter only once. > * You must set one of the JobIds and the UploadURLs parameters. If you set both the JobIds and UploadURLs parameters, only the value of the JobIds parameter takes effect.
public GetURLUploadInfosRequest build()
Copyright © 2024. All rights reserved.