public static final class UnRegisterDeviceCredentialRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UnRegisterDeviceCredentialRequest |
build() |
UnRegisterDeviceCredentialRequest.Builder |
clientId(String clientId)
The client ID of the device whose access credential you want to deregister.
|
UnRegisterDeviceCredentialRequest.Builder |
instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance.
|
UnRegisterDeviceCredentialRequest.Builder |
regionId(String regionId)
This parameter is required.
|
public UnRegisterDeviceCredentialRequest.Builder regionId(String regionId)
This parameter is required.
public UnRegisterDeviceCredentialRequest.Builder clientId(String clientId)
The client ID of the device whose access credential you want to deregister.
This parameter is required.
example:GID_test@@@test
public UnRegisterDeviceCredentialRequest.Builder instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance. The ID must be consistent with the ID of the instance that the ApsaraMQ for MQTT client uses. You can obtain the instance ID on the Instance Details page that corresponds to the instance in the ApsaraMQ for MQTT console.
This parameter is required.
example:post-cn-0pp12gl****
public UnRegisterDeviceCredentialRequest build()
Copyright © 2025. All rights reserved.