public static final class QueryRelationListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryRelationListRequest |
build() |
QueryRelationListRequest.Builder |
pageNum(Integer pageNum)
The number of the page to return.
|
QueryRelationListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
QueryRelationListRequest.Builder |
statusList(List<String> statusList)
The states of the relationships between the management account and its members.
|
QueryRelationListRequest.Builder |
userId(Long userId)
The ID of the Alibaba Cloud account.
|
public QueryRelationListRequest.Builder pageNum(Integer pageNum)
The number of the page to return. Default value: 1.
example:1
public QueryRelationListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public QueryRelationListRequest.Builder statusList(List<String> statusList)
The states of the relationships between the management account and its members. The valid values of this parameter are the enumeration members of the RelationshipStatusEnum data type. If you do not specify this parameter, valid relationship states are queried by default.
example:RELATED
public QueryRelationListRequest.Builder userId(Long userId)
The ID of the Alibaba Cloud account.
This parameter is required.
example:1990699401005016
public QueryRelationListRequest build()
Copyright © 2026. All rights reserved.