public static final class UpdateGatewayServiceVersionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayServiceVersionRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayServiceVersionRequest |
build() |
UpdateGatewayServiceVersionRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateGatewayServiceVersionRequest.Builder |
serviceId(Long serviceId)
The ID of the service.
|
UpdateGatewayServiceVersionRequest.Builder |
serviceVersion(String serviceVersion)
The version of the service.
|
public UpdateGatewayServiceVersionRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayServiceVersionRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-eccf313e2224438ba53d95d039e5****
public UpdateGatewayServiceVersionRequest.Builder serviceId(Long serviceId)
The ID of the service.
example:575
public UpdateGatewayServiceVersionRequest.Builder serviceVersion(String serviceVersion)
The version of the service.
example:{"name":"v3","labels":[{"key":"version","value":"v3"}]}
public UpdateGatewayServiceVersionRequest build()
Copyright © 2026. All rights reserved.