public static final class QueryCustomAuthConnectBlackRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCustomAuthConnectBlackRequest |
build() |
QueryCustomAuthConnectBlackRequest.Builder |
clientId(String clientId)
The ID of the client to be queried.
|
QueryCustomAuthConnectBlackRequest.Builder |
instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance.
|
QueryCustomAuthConnectBlackRequest.Builder |
nextToken(String nextToken)
The token that marks the end position of the previous returned page.
|
QueryCustomAuthConnectBlackRequest.Builder |
size(Integer size)
The number of clients to be queried.
|
public QueryCustomAuthConnectBlackRequest.Builder clientId(String clientId)
The ID of the client to be queried.
example:GID_test@@@test
public QueryCustomAuthConnectBlackRequest.Builder instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance.
This parameter is required.
example:post-111****
public QueryCustomAuthConnectBlackRequest.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:xOfRU60sGEwN1OlFBIL8Ew==
public QueryCustomAuthConnectBlackRequest.Builder size(Integer size)
The number of clients to be queried. Maximum value: 100.
This parameter is required.
example:100
public QueryCustomAuthConnectBlackRequest build()
Copyright © 2025. All rights reserved.