public static final class UpdateGatewayRouteTimeoutRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayRouteTimeoutRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayRouteTimeoutRequest |
build() |
UpdateGatewayRouteTimeoutRequest.Builder |
gatewayId(Long gatewayId)
The ID of the gateway.
|
UpdateGatewayRouteTimeoutRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateGatewayRouteTimeoutRequest.Builder |
id(Long id)
The ID of the associated record.
|
UpdateGatewayRouteTimeoutRequest.Builder |
timeoutJSON(UpdateGatewayRouteTimeoutRequest.TimeoutJSON timeoutJSON)
The timeout period.
|
public UpdateGatewayRouteTimeoutRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayRouteTimeoutRequest.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:85
public UpdateGatewayRouteTimeoutRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-533290d279c1405f9628c64f7c8272ee
public UpdateGatewayRouteTimeoutRequest.Builder id(Long id)
The ID of the associated record.
example:567
public UpdateGatewayRouteTimeoutRequest.Builder timeoutJSON(UpdateGatewayRouteTimeoutRequest.TimeoutJSON timeoutJSON)
The timeout period.
public UpdateGatewayRouteTimeoutRequest build()
Copyright © 2026. All rights reserved.