public static final class SelectGatewaySlbRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SelectGatewaySlbRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
SelectGatewaySlbRequest |
build() |
SelectGatewaySlbRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
SelectGatewaySlbRequest.Builder |
name(String name)
The name of the SLB instance.
|
SelectGatewaySlbRequest.Builder |
type(String type)
The type of the SLB instance.
|
public SelectGatewaySlbRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public SelectGatewaySlbRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-492af9b04bb4474cae9d645be850****
public SelectGatewaySlbRequest.Builder name(String name)
The name of the SLB instance.
example:test-slb
public SelectGatewaySlbRequest.Builder type(String type)
The type of the SLB instance.
example:PUB_NET
public SelectGatewaySlbRequest build()
Copyright © 2026. All rights reserved.