public static final class ActiveDeviceCertificateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ActiveDeviceCertificateRequest |
build() |
ActiveDeviceCertificateRequest.Builder |
caSn(String caSn)
The serial number of the CA certificate to which the device certificate belongs.
|
ActiveDeviceCertificateRequest.Builder |
deviceSn(String deviceSn)
The serial number of the device certificate that you want to reactivate.
|
ActiveDeviceCertificateRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The ID of the ApsaraMQ for MQTT instance to which the device certificate is bound.
|
public ActiveDeviceCertificateRequest.Builder caSn(String caSn)
The serial number of the CA certificate to which the device certificate belongs. The serial number is the unique identifier of a CA certificate.
The serial number of a CA certificate cannot exceed 128 bytes in size.
This parameter is required.
example:007269004887******
public ActiveDeviceCertificateRequest.Builder deviceSn(String deviceSn)
The serial number of the device certificate that you want to reactivate. The serial number is the unique identifier of a device.
This parameter is required.
example:356217374433******
public ActiveDeviceCertificateRequest.Builder mqttInstanceId(String mqttInstanceId)
The ID of the ApsaraMQ for MQTT instance to which the device certificate is bound.
This parameter is required.
example:post-cn-7mz2d******
public ActiveDeviceCertificateRequest build()
Copyright © 2025. All rights reserved.