public static final class GetCaCertificateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCaCertificateRequest |
build() |
GetCaCertificateRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The instance ID bound to the CA certificate, which is the instance ID of the MQTT version of the cloud message queue.
|
GetCaCertificateRequest.Builder |
sn(String sn)
The SN serial number of the CA certificate to be queried, used to uniquely identify a CA certificate.
|
public GetCaCertificateRequest.Builder mqttInstanceId(String mqttInstanceId)
The instance ID bound to the CA certificate, which is the instance ID of the MQTT version of the cloud message queue.
This parameter is required.
example:post-cn-7mz2d******
public GetCaCertificateRequest.Builder sn(String sn)
The SN serial number of the CA certificate to be queried, used to uniquely identify a CA certificate.
This parameter is required.
example:007269004887******
public GetCaCertificateRequest build()
Copyright © 2025. All rights reserved.