public static final class DeleteDeviceCertificateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteDeviceCertificateRequest |
build() |
DeleteDeviceCertificateRequest.Builder |
caSn(String caSn)
The serial number of the CA certificate to which the device certificate belongs.
|
DeleteDeviceCertificateRequest.Builder |
deviceSn(String deviceSn)
The serial number of the device certificate whose registration information you want to delete.
|
DeleteDeviceCertificateRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The ID of the ApsaraMQ for MQTT instance to which the device certificate is bound.
|
public DeleteDeviceCertificateRequest.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. CA certificates are used to validate device certificates.
The serial number of a CA certificate cannot exceed 128 bytes in size.
This parameter is required.
example:007269004887******
public DeleteDeviceCertificateRequest.Builder deviceSn(String deviceSn)
The serial number of the device certificate whose registration information you want to delete. The serial number is the unique identifier of a device.
The serial number of a device certificate cannot exceed 128 bytes in size.
This parameter is required.
example:356217374433****
public DeleteDeviceCertificateRequest.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 DeleteDeviceCertificateRequest build()
Copyright © 2025. All rights reserved.