public static final class ListCircuitBreakerRulesRequest.Builder extends Object
public ListCircuitBreakerRulesRequest.Builder regionId(String regionId)
public ListCircuitBreakerRulesRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values: zh-CN and en-US. Default value: zh-CN. The value zh-CN indicates Chinese, and the value en-US indicates English.
example:zh
public ListCircuitBreakerRulesRequest.Builder appId(String appId)
The ID of the application.
example:hkhon1po62@c3df23522bXXXXX
public ListCircuitBreakerRulesRequest.Builder appName(String appName)
The name of the application.
This parameter is required.
example:spring-cloud-a
public ListCircuitBreakerRulesRequest.Builder namespace(String namespace)
The microservice namespace to which the application belongs.
This parameter is required.
example:default
public ListCircuitBreakerRulesRequest.Builder pageIndex(Integer pageIndex)
The start page of the returned pages. Default value: 1.
example:1
public ListCircuitBreakerRulesRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 6.
example:10
public ListCircuitBreakerRulesRequest.Builder resource(String resource)
This parameter is used for exact match of circuit breaking rules.
example:/a
public ListCircuitBreakerRulesRequest.Builder resourceSearchKey(String resourceSearchKey)
This parameter is used for fuzzy match of circuit breaking rules.
example:a
public ListCircuitBreakerRulesRequest build()
Copyright © 2026. All rights reserved.