public static final class DeleteMultipartUploadRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteMultipartUploadRequest |
build() |
DeleteMultipartUploadRequest.Builder |
mediaId(String mediaId)
The ID of the media file, namely, the audio or video ID.
|
DeleteMultipartUploadRequest.Builder |
mediaType(String mediaType)
The type of the media file.
|
DeleteMultipartUploadRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
public DeleteMultipartUploadRequest.Builder mediaId(String mediaId)
* 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, you can view the audio or video ID. Use this method if the audio or video file is uploaded by using the ApsaraVideo VOD console. * View the value of the VideoId parameter returned by the [CreateUploadVideo](~~55407~~) operation that you called to obtain an upload URL and credential. * View the value of the VideoId parameter returned by the [SearchMedia](~~86044~~) operation that you called to query an audio or video ID after the audio or video file is uploaded.
public DeleteMultipartUploadRequest.Builder mediaType(String mediaType)
public DeleteMultipartUploadRequest.Builder ownerAccount(String ownerAccount)
public DeleteMultipartUploadRequest build()
Copyright © 2023. All rights reserved.