public static final class UpdateGatewayNameRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayNameRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayNameRequest |
build() |
UpdateGatewayNameRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateGatewayNameRequest.Builder |
name(String name)
The name of the gateway.
|
public UpdateGatewayNameRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayNameRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-1cef54brvecdb419fb264d4f9b8c
public UpdateGatewayNameRequest.Builder name(String name)
The name of the gateway.
example:demo-test
public UpdateGatewayNameRequest build()
Copyright © 2026. All rights reserved.