public static final class UpdateGatewayOptionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayOptionRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayOptionRequest |
build() |
UpdateGatewayOptionRequest.Builder |
gatewayId(Long gatewayId)
The ID of the gateway.
|
UpdateGatewayOptionRequest.Builder |
gatewayOption(GatewayOption gatewayOption)
The detailed configurations of the gateway.
|
UpdateGatewayOptionRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
public UpdateGatewayOptionRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayOptionRequest.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:421
public UpdateGatewayOptionRequest.Builder gatewayOption(GatewayOption gatewayOption)
The detailed configurations of the gateway.
public UpdateGatewayOptionRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-83b0ddb569434f82b9fe8e4c60c4****
public UpdateGatewayOptionRequest build()
Copyright © 2026. All rights reserved.