public static final class DeleteMultipartUploadRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteMultipartUploadRequest |
build() |
DeleteMultipartUploadRequest.Builder |
mediaId(String mediaId)
The ID of the media file (VideoId).
|
DeleteMultipartUploadRequest.Builder |
mediaType(String mediaType)
The type of the media file.
|
DeleteMultipartUploadRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
public DeleteMultipartUploadRequest.Builder mediaId(String mediaId)
* After you upload a video in the [ApsaraVideo VOD console](https://vod.console.aliyun.com), you can log on to the ApsaraVideo VOD console and choose **Media Files** > **Audio/Video** to view the ID of the video. * Obtain the value of VideoId from the response to the [CreateUploadVideo](~~55407~~) operation that you called to obtain the upload URL and credential. * Obtain the value of VideoId from the response to the [SearchMedia](~~86044~~) operation that you called to query media information after the audio or video file is uploaded.
public DeleteMultipartUploadRequest.Builder mediaType(String mediaType)
public DeleteMultipartUploadRequest.Builder ownerAccount(String ownerAccount)
public DeleteMultipartUploadRequest build()
Copyright © 2024. All rights reserved.