public static final class ListFlowRulesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListFlowRulesRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
ListFlowRulesRequest.Builder |
appId(String appId)
The ID of the application.
|
ListFlowRulesRequest.Builder |
appName(String appName)
The name of the application.
|
ListFlowRulesRequest |
build() |
ListFlowRulesRequest.Builder |
namespace(String namespace)
The namespace.
|
ListFlowRulesRequest.Builder |
pageIndex(Integer pageIndex)
The page number.
|
ListFlowRulesRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
ListFlowRulesRequest.Builder |
regionId(String regionId)
RegionId.
|
ListFlowRulesRequest.Builder |
resource(String resource)
The name of the resource.
|
ListFlowRulesRequest.Builder |
resourceSearchKey(String resourceSearchKey)
The keyword that is used for the search.
|
public ListFlowRulesRequest.Builder regionId(String regionId)
public ListFlowRulesRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public ListFlowRulesRequest.Builder appId(String appId)
The ID of the application.
example:hkhon1po62@c3df23522******
public ListFlowRulesRequest.Builder appName(String appName)
The name of the application.
This parameter is required.
example:xx-demo
public ListFlowRulesRequest.Builder namespace(String namespace)
The namespace.
This parameter is required.
example:default
public ListFlowRulesRequest.Builder pageIndex(Integer pageIndex)
The page number. Default value: 1.
example:1
public ListFlowRulesRequest.Builder pageSize(Integer pageSize)
The number of entries per page.
example:10
public ListFlowRulesRequest.Builder resource(String resource)
The name of the resource.
example:/a
public ListFlowRulesRequest.Builder resourceSearchKey(String resourceSearchKey)
The keyword that is used for the search.
example:/a
public ListFlowRulesRequest build()
Copyright © 2026. All rights reserved.