public static final class UpdateGatewayRouteRetryRequest.RetryJSON.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayRouteRetryRequest.RetryJSON.Builder |
attempts(Integer attempts)
The number of retries.
|
UpdateGatewayRouteRetryRequest.RetryJSON |
build() |
UpdateGatewayRouteRetryRequest.RetryJSON.Builder |
httpCodes(List<String> httpCodes)
The HTTP status codes.
|
UpdateGatewayRouteRetryRequest.RetryJSON.Builder |
retryOn(List<String> retryOn)
The retry conditions.
|
UpdateGatewayRouteRetryRequest.RetryJSON.Builder |
status(String status)
The status of the policy.
|
public UpdateGatewayRouteRetryRequest.RetryJSON.Builder attempts(Integer attempts)
The number of retries.
example:2
public UpdateGatewayRouteRetryRequest.RetryJSON.Builder httpCodes(List<String> httpCodes)
The HTTP status codes.
public UpdateGatewayRouteRetryRequest.RetryJSON.Builder retryOn(List<String> retryOn)
The retry conditions.
public UpdateGatewayRouteRetryRequest.RetryJSON.Builder status(String status)
The status of the policy.
example:off
public UpdateGatewayRouteRetryRequest.RetryJSON build()
Copyright © 2026. All rights reserved.