public static final class QueryTokenRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryTokenRequest |
build() |
QueryTokenRequest.Builder |
instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance.
|
QueryTokenRequest.Builder |
regionId(String regionId)
This parameter is required.
|
QueryTokenRequest.Builder |
token(String token)
The token that you want to query.
|
public QueryTokenRequest.Builder regionId(String regionId)
This parameter is required.
public QueryTokenRequest.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 QueryTokenRequest.Builder token(String token)
The token that you want to query.
This parameter is required.
example:LzMT+XLFl5s/YWJ/MlDz4t/Lq5HC1iGU1P28HAMaxYxn8aQbALNtml7QZKl9L9kPe6LqUb95tEVo+zUqOogs9+jZwDUSzsd4X4qaD3n2TrBEuMOqKkk1Xdrvu9VBQQvIYbz7MJWZDYC3DlW7gLEr33Cuj54iIhagtBi3epStJitsssWs7otY9zhKOSZxhr49G3d0bh35mwyP18EMvDas8UlzeSozsSrujNUqZXOGK0PEBSd+rWMGDJlCt6GFmJgm2JFY7PJwf/7OOSmUYIYFs5o/PuPpoTMF+hcVXMs+0yDukIMTOzG9m3t8k36PVrghFmnK6pC3Rt3mibjW****ng==
public QueryTokenRequest build()
Copyright © 2025. All rights reserved.