public static final class ListTranscodeTaskRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListTranscodeTaskRequest |
build() |
ListTranscodeTaskRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
ListTranscodeTaskRequest.Builder |
pageNo(Integer pageNo)
The number of the page to return.
|
ListTranscodeTaskRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
ListTranscodeTaskRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
ListTranscodeTaskRequest.Builder |
videoId(String videoId)
The ID of the audio or video file.
|
public ListTranscodeTaskRequest.Builder endTime(String endTime)
public ListTranscodeTaskRequest.Builder pageNo(Integer pageNo)
public ListTranscodeTaskRequest.Builder pageSize(Integer pageSize)
public ListTranscodeTaskRequest.Builder startTime(String startTime)
public ListTranscodeTaskRequest.Builder videoId(String videoId)
* Log on to the [ApsaraVideo VOD](https://vod.console.aliyun.com) console. In the left-side navigation pane, choose **Media Files** > **Audio/Video**. On the Video and Audio page, view the ID of the audio or video file. This method is applicable to files that are uploaded by using the ApsaraVideo VOD console. * Obtain the value of VideoId from the response to the [CreateUploadVideo](~~55407~~) operation that you call to obtain the upload URL and credential. * Obtain the value of VideoId by calling the [SearchMedia](~~86044~~) operation. This method is applicable to files that have been uploaded.
public ListTranscodeTaskRequest build()
Copyright © 2024. All rights reserved.