public static final class AddAuthResourceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddAuthResourceRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
AddAuthResourceRequest.Builder |
authId(Long authId)
The ID of the authorization record.
|
AddAuthResourceRequest.Builder |
authResourceHeaderList(List<AddAuthResourceRequest.AuthResourceHeaderList> authResourceHeaderList)
The authentication resource headers.
|
AddAuthResourceRequest |
build() |
AddAuthResourceRequest.Builder |
domainId(Long domainId)
The domain ID.
|
AddAuthResourceRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
AddAuthResourceRequest.Builder |
ignoreCase(Boolean ignoreCase)
Specifies whether the matching is not case-sensitive.
|
AddAuthResourceRequest.Builder |
matchType(String matchType)
The matching type.
|
AddAuthResourceRequest.Builder |
path(String path)
The path.
|
public AddAuthResourceRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public AddAuthResourceRequest.Builder authId(Long authId)
The ID of the authorization record.
example:13
public AddAuthResourceRequest.Builder authResourceHeaderList(List<AddAuthResourceRequest.AuthResourceHeaderList> authResourceHeaderList)
The authentication resource headers.
public AddAuthResourceRequest.Builder domainId(Long domainId)
The domain ID.
example:128
public AddAuthResourceRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-86575c0bc9f04ecfbacb92b8e392****
public AddAuthResourceRequest.Builder ignoreCase(Boolean ignoreCase)
Specifies whether the matching is not case-sensitive. Default value: true.
example:true
public AddAuthResourceRequest.Builder matchType(String matchType)
The matching type. Valid values:
exact
public AddAuthResourceRequest.Builder path(String path)
The path.
example:/abc
public AddAuthResourceRequest build()
Copyright © 2026. All rights reserved.