public static final class CreateAppInfoRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateAppInfoRequest.Builder |
appName(String appName)
The name of the application.
|
CreateAppInfoRequest |
build() |
CreateAppInfoRequest.Builder |
description(String description)
The description of the application.
|
public CreateAppInfoRequest.Builder appName(String appName)
* The name can contain letters, digits, periods (.), hyphens (-), and at signs (@). The name can be up to 128 characters in length. * The value must be encoded in UTF-8.
public CreateAppInfoRequest.Builder description(String description)
* The description can contain up to 512 characters in length. * The value must be encoded in UTF-8.
public CreateAppInfoRequest build()
Copyright © 2024. All rights reserved.