public static final class UpdateVideoInfoRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateVideoInfoRequest |
build() |
UpdateVideoInfoRequest.Builder |
cateId(Long cateId)
The ID of the video category.
|
UpdateVideoInfoRequest.Builder |
coverURL(String coverURL)
The URL of the video thumbnail.
|
UpdateVideoInfoRequest.Builder |
description(String description)
The description of the video.
|
UpdateVideoInfoRequest.Builder |
tags(String tags)
The tags of the video.
|
UpdateVideoInfoRequest.Builder |
title(String title)
The title of the video.
|
UpdateVideoInfoRequest.Builder |
videoId(String videoId)
The ID of the video.
|
public UpdateVideoInfoRequest.Builder cateId(Long cateId)
public UpdateVideoInfoRequest.Builder coverURL(String coverURL)
public UpdateVideoInfoRequest.Builder description(String description)
* The value can be up to 1,024 bytes in length. * The string must be encoded in the UTF-8 format.
public UpdateVideoInfoRequest.Builder tags(String tags)
* Each tag can be up to 32 bytes in length. A maximum of 16 tags can be specified. * Separate multiple tags with commas (,). * The string must be encoded in the UTF-8 format.
public UpdateVideoInfoRequest.Builder title(String title)
* The value can be up to 128 bytes in length. * The string must be encoded in the UTF-8 format.
public UpdateVideoInfoRequest.Builder videoId(String videoId)
public UpdateVideoInfoRequest build()
Copyright © 2024. All rights reserved.