public static final class UnbindNlbRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UnbindNlbRequest.Builder |
appId(String appId)
A short description of struct
example:
7171a6ca-d1cd-4928-8642-7d5cfe69****
|
UnbindNlbRequest |
build() |
UnbindNlbRequest.Builder |
nlbId(String nlbId)
The ID of NLB instance.
|
UnbindNlbRequest.Builder |
port(Integer port)
The listener port of the instance.
|
UnbindNlbRequest.Builder |
protocol(String protocol)
The type of the protocol.
|
public UnbindNlbRequest.Builder appId(String appId)
A short description of struct
example:7171a6ca-d1cd-4928-8642-7d5cfe69****
public UnbindNlbRequest.Builder nlbId(String nlbId)
The ID of NLB instance.
example:nlb-7z7jjbzz44d82c9***
public UnbindNlbRequest.Builder port(Integer port)
The listener port of the instance. Valid values: 0 to 65535.
example:3306
public UnbindNlbRequest.Builder protocol(String protocol)
The type of the protocol. Valid values:
TCP
public UnbindNlbRequest build()
Copyright © 2026. All rights reserved.