public static final class CreateHybridProxyClusterRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateHybridProxyClusterRequest |
build() |
CreateHybridProxyClusterRequest.Builder |
clusterName(String clusterName)
The name of the cluster.
|
CreateHybridProxyClusterRequest.Builder |
ip(String ip)
The endpoint of the cluster.
|
CreateHybridProxyClusterRequest.Builder |
remark(String remark)
The description of the cluster.
|
public CreateHybridProxyClusterRequest.Builder clusterName(String clusterName)
The name of the cluster.
This parameter is required.
example:Chester-Test
public CreateHybridProxyClusterRequest.Builder ip(String ip)
The endpoint of the cluster.
example:You can specify an IP address or a domain name
192.168.xx.xx
public CreateHybridProxyClusterRequest.Builder remark(String remark)
The description of the cluster.
example:remark test
public CreateHybridProxyClusterRequest build()
Copyright © 2026. All rights reserved.