public static final class ListDeviceCredentialClientIdRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDeviceCredentialClientIdRequest |
build() |
ListDeviceCredentialClientIdRequest.Builder |
groupId(String groupId)
Group ID of the MQTT version of the micro message queue.
|
ListDeviceCredentialClientIdRequest.Builder |
instanceId(String instanceId)
The ID of the Cloud Message Queue MQTT version instance, which must match the actual instance ID used by the client.
|
ListDeviceCredentialClientIdRequest.Builder |
nextToken(String nextToken)
Token for starting the next page query.
|
ListDeviceCredentialClientIdRequest.Builder |
pageNo(String pageNo)
Indicates the page number of the returned results.
|
ListDeviceCredentialClientIdRequest.Builder |
pageSize(String pageSize)
The maximum number of query records to display per page.
|
ListDeviceCredentialClientIdRequest.Builder |
regionId(String regionId)
This parameter is required.
|
public ListDeviceCredentialClientIdRequest.Builder regionId(String regionId)
This parameter is required.
public ListDeviceCredentialClientIdRequest.Builder groupId(String groupId)
Group ID of the MQTT version of the micro message queue.
This parameter is required.
example:GID_xxx
public ListDeviceCredentialClientIdRequest.Builder instanceId(String instanceId)
The ID of the Cloud Message Queue MQTT version instance, which must match the actual instance ID used by the client. You can obtain this ID from the Instance Details page in the console.
This parameter is required.
example:mqtt-xxxxxxxx
public ListDeviceCredentialClientIdRequest.Builder nextToken(String nextToken)
Token for starting the next page query.
example:FFdXXXXXWa
public ListDeviceCredentialClientIdRequest.Builder pageNo(String pageNo)
Indicates the page number of the returned results. The starting page is counted from 1.
example:1
public ListDeviceCredentialClientIdRequest.Builder pageSize(String pageSize)
The maximum number of query records to display per page. Value range: 1 to 100.
This parameter is required.
example:100
public ListDeviceCredentialClientIdRequest build()
Copyright © 2025. All rights reserved.