public static final class ListTranscodeTaskResponseBody.TranscodeTaskList.Builder extends Object
构造器和说明 |
---|
Builder() |
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder completeTime(String completeTime)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder creationTime(String creationTime)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder taskStatus(String taskStatus)
* **Processing**: In progress. * **Partial**: Some transcoding jobs were complete. * **CompleteAllSucc**: All transcoding jobs were successful. * **CompleteAllFail**: All transcoding jobs failed. If an exception occurs in the source file, no transcoding job is initiated and the transcoding task fails. * **CompletePartialSucc**: All transcoding jobs were complete but only some were successful.
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder transcodeTaskId(String transcodeTaskId)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder transcodeTemplateGroupId(String transcodeTemplateGroupId)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder trigger(String trigger)
* **Auto**: The transcoding task is automatically triggered when the video is uploaded. * **Manual**: The transcoding task is triggered by calling the SubmitTranscodeJobs operation.
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder videoId(String videoId)
public ListTranscodeTaskResponseBody.TranscodeTaskList build()
Copyright © 2024. All rights reserved.