public static final class SendVerifyCodeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SendVerifyCodeRequest |
build() |
SendVerifyCodeRequest.Builder |
extraInfo(String extraInfo)
The information that is required to send the verification code, in JSON format.
|
SendVerifyCodeRequest.Builder |
regionId(String regionId)
The region ID.
|
SendVerifyCodeRequest.Builder |
verifyCodeAction(String verifyCodeAction)
The action that you want to perform by using the verification code.
|
public SendVerifyCodeRequest.Builder extraInfo(String extraInfo)
* CenId: the ID of the CEN instance. * CenOwnerId: the ID of the Alibaba Cloud account to which the CEN instance belongs. > If you own the CEN instance, skip this parameter. If you do not own the CEN instance, specify the ID of the Alibaba Cloud account that owns the CEN instance.
public SendVerifyCodeRequest.Builder regionId(String regionId)
public SendVerifyCodeRequest.Builder verifyCodeAction(String verifyCodeAction)
Valid value: * eds_cenID_securityverification: Use the verification code to verify the CEN instance.
public SendVerifyCodeRequest build()
Copyright © 2024. All rights reserved.