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