public static final class DeleteCaCertificateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCaCertificateRequest |
build() |
DeleteCaCertificateRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The ID of the ApsaraMQ for MQTT instance to which the CA certificate is bound.
|
DeleteCaCertificateRequest.Builder |
sn(String sn)
The serial number of the CA certificate that you want to delete.
|
public DeleteCaCertificateRequest.Builder mqttInstanceId(String mqttInstanceId)
The ID of the ApsaraMQ for MQTT instance to which the CA certificate is bound.
This parameter is required.
example:post-cn-7mz2d******
public DeleteCaCertificateRequest.Builder sn(String sn)
The serial number of the CA certificate that you want to delete. 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 DeleteCaCertificateRequest build()
Copyright © 2025. All rights reserved.