public static final class ReleaseSecretNoRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ReleaseSecretNoRequest |
build() |
ReleaseSecretNoRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ReleaseSecretNoRequest.Builder |
poolKey(String poolKey)
The key of the phone number pool.
|
ReleaseSecretNoRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ReleaseSecretNoRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ReleaseSecretNoRequest.Builder |
secretNo(String secretNo)
The prefix of phone numbers.
|
public ReleaseSecretNoRequest.Builder ownerId(Long ownerId)
public ReleaseSecretNoRequest.Builder poolKey(String poolKey)
The key of the phone number pool. Log on to the Phone Number Protection console and view the key of the phone number pool on the Number Pool Management page.
This parameter is required.
example:FC123456
public ReleaseSecretNoRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ReleaseSecretNoRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ReleaseSecretNoRequest.Builder secretNo(String secretNo)
The prefix of phone numbers. When you call the ReleaseSecretNo operation with SecretNo specified, the system performs fuzzy matching against phone numbers based on the prefix.
Up to 18 digits of a phone number prefix can be specified.
This parameter is required.
example:130
public ReleaseSecretNoRequest build()
Copyright © 2025. All rights reserved.