public static final class GetDeviceCertificateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetDeviceCertificateRequest |
build() |
GetDeviceCertificateRequest.Builder |
caSn(String caSn)
The SN serial number of the CA certificate to which the device certificate to be queried belongs, used to uniquely identify a CA certificate.
|
GetDeviceCertificateRequest.Builder |
deviceSn(String deviceSn)
The SN serial number of the device certificate to be queried, used to uniquely identify a device certificate.
|
GetDeviceCertificateRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The instance ID to which the device certificate is bound, i.e., the instance ID of the Cloud Message Queue MQTT version.
|
public GetDeviceCertificateRequest.Builder caSn(String caSn)
The SN serial number of the CA certificate to which the device certificate to be queried belongs, used to uniquely identify a CA certificate. Value range: no more than 128 bytes.
This parameter is required.
example:007269004887******
public GetDeviceCertificateRequest.Builder deviceSn(String deviceSn)
The SN serial number of the device certificate to be queried, used to uniquely identify a device certificate. Value range: no more than 128 bytes.
This parameter is required.
example:356217374433******
public GetDeviceCertificateRequest.Builder mqttInstanceId(String mqttInstanceId)
The instance ID to which the device certificate is bound, i.e., the instance ID of the Cloud Message Queue MQTT version.
This parameter is required.
example:post-cn-7mz2d******
public GetDeviceCertificateRequest build()
Copyright © 2025. All rights reserved.