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