public static final class UpdateGatewayRouteAuthRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayRouteAuthRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayRouteAuthRequest.Builder |
authJSON(UpdateGatewayRouteAuthRequest.AuthJSON authJSON)
The authentication configurations.
|
UpdateGatewayRouteAuthRequest |
build() |
UpdateGatewayRouteAuthRequest.Builder |
gatewayId(Long gatewayId)
The gateway ID.
|
UpdateGatewayRouteAuthRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateGatewayRouteAuthRequest.Builder |
id(Long id)
The route ID.
|
public UpdateGatewayRouteAuthRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayRouteAuthRequest.Builder authJSON(UpdateGatewayRouteAuthRequest.AuthJSON authJSON)
The authentication configurations.
This parameter is required.
public UpdateGatewayRouteAuthRequest.Builder gatewayId(Long gatewayId)
The gateway ID.
example:102
public UpdateGatewayRouteAuthRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
This parameter is required.
example:gw-0adf3ad751284cc69fcf9669fba*****
public UpdateGatewayRouteAuthRequest.Builder id(Long id)
The route ID.
This parameter is required.
example:109
public UpdateGatewayRouteAuthRequest build()
Copyright © 2026. All rights reserved.