public static final class UpdateGatewayRouteRetryRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayRouteRetryRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayRouteRetryRequest |
build() |
UpdateGatewayRouteRetryRequest.Builder |
gatewayId(Long gatewayId)
The ID of the gateway.
|
UpdateGatewayRouteRetryRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateGatewayRouteRetryRequest.Builder |
id(Long id)
The ID of the associated record.
|
UpdateGatewayRouteRetryRequest.Builder |
retryJSON(UpdateGatewayRouteRetryRequest.RetryJSON retryJSON)
The information about the retry policy.
|
public UpdateGatewayRouteRetryRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayRouteRetryRequest.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:501
public UpdateGatewayRouteRetryRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-3f97e2989c344f35ab3fd62b19f1d10a
public UpdateGatewayRouteRetryRequest.Builder id(Long id)
The ID of the associated record.
example:508
public UpdateGatewayRouteRetryRequest.Builder retryJSON(UpdateGatewayRouteRetryRequest.RetryJSON retryJSON)
The information about the retry policy.
public UpdateGatewayRouteRetryRequest build()
Copyright © 2026. All rights reserved.