public static final class UpdateGatewaySpecRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewaySpecRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewaySpecRequest |
build() |
UpdateGatewaySpecRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The ID of the gateway.
|
UpdateGatewaySpecRequest.Builder |
replica(Integer replica)
The number of nodes.
|
UpdateGatewaySpecRequest.Builder |
spec(String spec)
The node specifications of the gateway.
|
public UpdateGatewaySpecRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewaySpecRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The ID of the gateway.
This parameter is required.
example:gw-c70622ff52fe49beb29bea9a6f52****
public UpdateGatewaySpecRequest.Builder replica(Integer replica)
The number of nodes.
This parameter is required.
example:3
public UpdateGatewaySpecRequest.Builder spec(String spec)
The node specifications of the gateway.
This parameter is required.
example:MSE_GTW_4_8_200_c
public UpdateGatewaySpecRequest build()
Copyright © 2026. All rights reserved.