public static final class AddTranscodeTemplateGroupRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AddTranscodeTemplateGroupRequest.Builder |
appId(String appId)
The application ID.
|
AddTranscodeTemplateGroupRequest |
build() |
AddTranscodeTemplateGroupRequest.Builder |
name(String name)
The name of the transcoding template group.
|
AddTranscodeTemplateGroupRequest.Builder |
transcodeTemplateGroupId(String transcodeTemplateGroupId)
The ID of the transcoding template group.
|
AddTranscodeTemplateGroupRequest.Builder |
transcodeTemplateList(String transcodeTemplateList)
The configurations of the transcoding template.
|
public AddTranscodeTemplateGroupRequest.Builder appId(String appId)
public AddTranscodeTemplateGroupRequest.Builder name(String name)
* The name can be up to 128 bytes in length. * The value must be encoded in UTF-8. > You must specify TranscodeTemplateGroupId or Name in the request.
public AddTranscodeTemplateGroupRequest.Builder transcodeTemplateGroupId(String transcodeTemplateGroupId)
> You must specify TranscodeTemplateGroupId or Name in the request.
public AddTranscodeTemplateGroupRequest.Builder transcodeTemplateList(String transcodeTemplateList)
> * If you do not specify this parameter, the transcoding job cannot be automatically created after you upload a video. > * If you do not need to set Width or Height, do not specify the corresponding parameter. You cannot set the value to an empty string, such as "Height":"".
public AddTranscodeTemplateGroupRequest build()
Copyright © 2024. All rights reserved.