public static final class QueryCustomAuthPermissionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCustomAuthPermissionRequest |
build() |
QueryCustomAuthPermissionRequest.Builder |
identity(String identity)
The username or client ID.
|
QueryCustomAuthPermissionRequest.Builder |
identityType(String identityType)
The identity type.
|
QueryCustomAuthPermissionRequest.Builder |
instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance.
|
QueryCustomAuthPermissionRequest.Builder |
nextToken(String nextToken)
The token that marks the end position of the previous returned page.
|
QueryCustomAuthPermissionRequest.Builder |
size(Integer size)
The number of queries to be returned.
|
QueryCustomAuthPermissionRequest.Builder |
topic(String topic)
The topic whose authorization information you want to query.
|
public QueryCustomAuthPermissionRequest.Builder identity(String identity)
The username or client ID.
example:test
public QueryCustomAuthPermissionRequest.Builder identityType(String identityType)
The identity type.
example:USER
public QueryCustomAuthPermissionRequest.Builder instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance.
This parameter is required.
example:post-cn-0pp12gl****
public QueryCustomAuthPermissionRequest.Builder nextToken(String nextToken)
The token that marks the end position of the previous returned page. To obtain the next batch of data, call the operation again by using the value of NextToken returned by the previous request. If you call this operation for the first time or want to query all results, set NextToken to an empty string.
example:AAAAAThmKW2HkRgzo4G7IRRTK2fC6zZmAk6y0bwoNPFOOcSP
public QueryCustomAuthPermissionRequest.Builder size(Integer size)
The number of queries to be returned. Maximum value: 100.
This parameter is required.
example:100
public QueryCustomAuthPermissionRequest.Builder topic(String topic)
The topic whose authorization information you want to query. Multi-level topics and wildcard characters are supported.
example:test
public QueryCustomAuthPermissionRequest build()
Copyright © 2025. All rights reserved.