public static final class DeleteFlowRulesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteFlowRulesRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
DeleteFlowRulesRequest.Builder |
appName(String appName)
The application name.
|
DeleteFlowRulesRequest |
build() |
DeleteFlowRulesRequest.Builder |
ids(List<Long> ids)
The IDs of the rules to be deleted.
|
DeleteFlowRulesRequest.Builder |
namespace(String namespace)
The microservice namespace to which the application belongs.
|
DeleteFlowRulesRequest.Builder |
regionId(String regionId)
RegionId.
|
public DeleteFlowRulesRequest.Builder regionId(String regionId)
public DeleteFlowRulesRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public DeleteFlowRulesRequest.Builder appName(String appName)
The application name.
This parameter is required.
example:spring-cloud-a
public DeleteFlowRulesRequest.Builder ids(List<Long> ids)
The IDs of the rules to be deleted.
example:[1,2]
public DeleteFlowRulesRequest.Builder namespace(String namespace)
The microservice namespace to which the application belongs.
This parameter is required.
example:default
public DeleteFlowRulesRequest build()
Copyright © 2026. All rights reserved.