public static final class ListTrustedServiceStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListTrustedServiceStatusRequest.Builder |
adminAccountId(String adminAccountId)
The ID of the enterprise management account or delegated administrator account.
|
ListTrustedServiceStatusRequest |
build() |
ListTrustedServiceStatusRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
ListTrustedServiceStatusRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
public ListTrustedServiceStatusRequest.Builder adminAccountId(String adminAccountId)
* If you set this parameter to the ID of an enterprise management account, the trusted services that are enabled within the enterprise management account are queried. The default value of this parameter is the ID of an enterprise management account. * If you set this parameter to the ID of a delegated administrator account, the trusted services that are enabled within the delegated administrator account are queried. For more information about trusted services and delegated administrator accounts, see [Overview of trusted services](~~208133~~) and [Delegated administrator accounts](~~208117~~).
public ListTrustedServiceStatusRequest.Builder pageNumber(Integer pageNumber)
Pages start from page 1. Default value: 1.
public ListTrustedServiceStatusRequest.Builder pageSize(Integer pageSize)
Valid values: 1 to 100. Default value: 10.
public ListTrustedServiceStatusRequest build()
Copyright © 2023. All rights reserved.