public static final class VerifyCenRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
VerifyCenRequest |
build() |
VerifyCenRequest.Builder |
cenId(String cenId)
The ID of the CEN instance.
|
VerifyCenRequest.Builder |
cenOwnerId(Long cenOwnerId)
The Alibaba Cloud account to which the CEN instance belongs.
|
VerifyCenRequest.Builder |
cidrBlock(String cidrBlock)
The IPv4 CIDR block of the associated office network.
|
VerifyCenRequest.Builder |
regionId(String regionId)
The region ID.
|
VerifyCenRequest.Builder |
verifyCode(String verifyCode)
The verification code.
|
public VerifyCenRequest.Builder cenId(String cenId)
public VerifyCenRequest.Builder cenOwnerId(Long cenOwnerId)
* If you own the CEN instance, you can skip this parameter. * If you do not own the CEN instance, you must specify the ID of the account that owns the CEN instance.
public VerifyCenRequest.Builder cidrBlock(String cidrBlock)
public VerifyCenRequest.Builder regionId(String regionId)
public VerifyCenRequest.Builder verifyCode(String verifyCode)
public VerifyCenRequest build()
Copyright © 2024. All rights reserved.