public static final class ListDeviceCertificateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDeviceCertificateRequest |
build() |
ListDeviceCertificateRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The instance ID of the Cloud Message Queue MQTT version, indicating which instance"s device certificates need to be viewed.
|
ListDeviceCertificateRequest.Builder |
pageNo(String pageNo)
Indicates which page of the results to return.
|
ListDeviceCertificateRequest.Builder |
pageSize(String pageSize)
The maximum number of query records to display per page.
|
public ListDeviceCertificateRequest.Builder mqttInstanceId(String mqttInstanceId)
The instance ID of the Cloud Message Queue MQTT version, indicating which instance"s device certificates need to be viewed.
This parameter is required.
example:post-cn-7mz2d******
public ListDeviceCertificateRequest.Builder pageNo(String pageNo)
Indicates which page of the results to return. The starting page is counted from 1.
This parameter is required.
example:2
public ListDeviceCertificateRequest.Builder pageSize(String pageSize)
The maximum number of query records to display per page. Value range: 1 to 100.
This parameter is required.
example:10
public ListDeviceCertificateRequest build()
Copyright © 2025. All rights reserved.