public static final class UpdateAppInfoRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateAppInfoRequest.Builder |
appId(String appId)
The ID of the application.
|
UpdateAppInfoRequest.Builder |
appName(String appName)
The name of the application.
|
UpdateAppInfoRequest |
build() |
UpdateAppInfoRequest.Builder |
description(String description)
The description of the application.
|
UpdateAppInfoRequest.Builder |
status(String status)
The status of the application.
|
public UpdateAppInfoRequest.Builder appId(String appId)
* Default value: **app-1000000**. * For more information, see [Overview](~~113600~~).
public UpdateAppInfoRequest.Builder appName(String appName)
* The name can contain up to 128 characters in length, including Chinese letters, digits, and periods (.), dash (-), and at character (@). * The name can contain only UTF-8 characters.
public UpdateAppInfoRequest.Builder description(String description)
* The description can contain up to 512 characters in length. * The description can contain only UTF-8 characters.
public UpdateAppInfoRequest.Builder status(String status)
* **Normal** * **Disable**
public UpdateAppInfoRequest build()
Copyright © 2024. All rights reserved.