public static final class DescribeGroupUserRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGroupUserRequest.Builder |
bizType(String bizType)
This parameter is not available for public use.
|
DescribeGroupUserRequest |
build() |
DescribeGroupUserRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
DescribeGroupUserRequest.Builder |
filter(String filter)
The fuzzy search string that matches the username (EndUserId) and email address (Email) of the regular user.
|
DescribeGroupUserRequest.Builder |
groupId(String groupId)
The ID of the user group.
|
DescribeGroupUserRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
DescribeGroupUserRequest.Builder |
nextToken(String nextToken)
The token for the next query.
|
DescribeGroupUserRequest.Builder |
solutionId(String solutionId)
This parameter is not available for public use.
|
public DescribeGroupUserRequest.Builder bizType(String bizType)
example:This parameter is not available for public use.
ENTERPRISE
public DescribeGroupUserRequest.Builder businessChannel(String businessChannel)
public DescribeGroupUserRequest.Builder filter(String filter)
The fuzzy search string that matches the username (EndUserId) and email address (Email) of the regular user.
example:user
public DescribeGroupUserRequest.Builder groupId(String groupId)
The ID of the user group.
example:ug-12341234****
public DescribeGroupUserRequest.Builder maxResults(Integer maxResults)
The number of entries to return on each page.
example:10
public DescribeGroupUserRequest.Builder nextToken(String nextToken)
The token for the next query. You can obtain this parameter from the response parameters of the last call to this operation.
example:AAAAAV3MpHK****
public DescribeGroupUserRequest.Builder solutionId(String solutionId)
example:This parameter is not available for public use.
co-0esnf80jab***
public DescribeGroupUserRequest build()
Copyright © 2026. All rights reserved.