public static final class BindSecureMobilePhoneRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BindSecureMobilePhoneRequest.Builder |
accountId(String accountId)
The Alibaba Cloud account ID of the member.
|
BindSecureMobilePhoneRequest |
build() |
BindSecureMobilePhoneRequest.Builder |
secureMobilePhone(String secureMobilePhone)
The mobile phone number that you want to bind to the member for security purposes.
|
BindSecureMobilePhoneRequest.Builder |
verificationCode(String verificationCode)
The verification code.
|
public BindSecureMobilePhoneRequest.Builder accountId(String accountId)
public BindSecureMobilePhoneRequest.Builder secureMobilePhone(String secureMobilePhone)
The mobile phone number you specify must be the same as the mobile phone number that you specify when you call the [SendVerificationCodeForBindSecureMobilePhone](~~372556~~) operation to obtain a verification code.
Specify the mobile phone number in the \
public BindSecureMobilePhoneRequest.Builder verificationCode(String verificationCode)
You can call the [SendVerificationCodeForBindSecureMobilePhone](~~372556~~) operation to obtain the verification code.
public BindSecureMobilePhoneRequest build()
Copyright © 2023. All rights reserved.