public static final class DescribeOrgsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOrgsRequest |
build() |
DescribeOrgsRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
DescribeOrgsRequest.Builder |
includeOrgIds(List<String> includeOrgIds)
IncludeOrgIds.
|
DescribeOrgsRequest.Builder |
maxResults(Long maxResults)
The maximum number of entries to return.
|
DescribeOrgsRequest.Builder |
nextToken(String nextToken)
The token that determines the start point of the query.
|
DescribeOrgsRequest.Builder |
orgName(String orgName)
The name of the organization.
|
DescribeOrgsRequest.Builder |
parentOrgId(String parentOrgId)
The parent organization ID.
|
DescribeOrgsRequest.Builder |
showExtras(Map<String,?> showExtras)
ShowExtras.
|
public DescribeOrgsRequest.Builder businessChannel(String businessChannel)
public DescribeOrgsRequest.Builder includeOrgIds(List<String> includeOrgIds)
public DescribeOrgsRequest.Builder maxResults(Long maxResults)
The maximum number of entries to return. Valid values: 1 to 100.
Default value: 100.
20
public DescribeOrgsRequest.Builder nextToken(String nextToken)
The token that determines the start point of the query. The return value is the value of the NextToken response parameter that was returned last time the DescribeOrgs operation was called.
example:AAAAAV3MpHK****
public DescribeOrgsRequest.Builder orgName(String orgName)
The name of the organization.
example:org****
public DescribeOrgsRequest.Builder parentOrgId(String parentOrgId)
The parent organization ID.
example:org-****
public DescribeOrgsRequest.Builder showExtras(Map<String,?> showExtras)
public DescribeOrgsRequest build()
Copyright © 2026. All rights reserved.