public static final class AddSmsSignRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddSmsSignRequest |
build() |
AddSmsSignRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
AddSmsSignRequest.Builder |
remark(String remark)
The description of the signature application.
|
AddSmsSignRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
AddSmsSignRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
AddSmsSignRequest.Builder |
signFileList(List<AddSmsSignRequest.SignFileList> signFileList)
The signature files.
|
AddSmsSignRequest.Builder |
signName(String signName)
The name of the signature.
|
AddSmsSignRequest.Builder |
signSource(Integer signSource)
The source of the signature.
|
AddSmsSignRequest.Builder |
signType(Integer signType)
The type of the signature.
|
public AddSmsSignRequest.Builder ownerId(Long ownerId)
public AddSmsSignRequest.Builder remark(String remark)
The description of the signature application. The description cannot exceed 200 characters in length. The description is one of the reference information for signature review. We recommend that you describe the use scenarios of your services in detail, and provide information that can verify the services, such as a website URL, a domain name with an ICP filing, an app download URL, an official account name, or a mini program name. For sign-in scenarios, you must also provide an account and password for tests. A detailed description can improve the review efficiency of signatures and templates.
This parameter is required.
example:This is the abbreviation of our company.
public AddSmsSignRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AddSmsSignRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AddSmsSignRequest.Builder signFileList(List<AddSmsSignRequest.SignFileList> signFileList)
The signature files.
This parameter is required.
public AddSmsSignRequest.Builder signName(String signName)
The name of the signature.
The signature name is not case-sensitive. For example, [Alibaba Cloud Communication] and [alibaba cloud communication] are considered as the same name.
If your verification code signature and general-purpose signature have the same name, the system uses the general-purpose signature to send messages by default.
This parameter is required.
example:Aliyun
public AddSmsSignRequest.Builder signSource(Integer signSource)
The source of the signature. Valid values:
This parameter is required.
example:1
public AddSmsSignRequest.Builder signType(Integer signType)
The type of the signature. Valid values:
1
public AddSmsSignRequest build()
Copyright © 2026. All rights reserved.