public static final class CreateAxgGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAxgGroupRequest |
build() |
CreateAxgGroupRequest.Builder |
name(String name)
The name of number group G.
|
CreateAxgGroupRequest.Builder |
numbers(String numbers)
The phone numbers that you add to number group G.
|
CreateAxgGroupRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
CreateAxgGroupRequest.Builder |
poolKey(String poolKey)
The key of the phone number pool.
|
CreateAxgGroupRequest.Builder |
remark(String remark)
The remarks of number group G.
|
CreateAxgGroupRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
CreateAxgGroupRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public CreateAxgGroupRequest.Builder name(String name)
The name of number group G. If the name of number group G is not specified, the ID of number group G is used as the name of number group G.
example:The value must be 1 to 128 characters in length.
Aliyun
public CreateAxgGroupRequest.Builder numbers(String numbers)
The phone numbers that you add to number group G. Separate multiple phone numbers with commas (,). A maximum of 200 phone numbers can be added to number group G.
example:1390000****,1380000****
public CreateAxgGroupRequest.Builder ownerId(Long ownerId)
public CreateAxgGroupRequest.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 CreateAxgGroupRequest.Builder remark(String remark)
The remarks of number group G. The value must be 0 to 256 characters in length.
example:test
public CreateAxgGroupRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateAxgGroupRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateAxgGroupRequest build()
Copyright © 2025. All rights reserved.