public static interface ZookeeperNodeInfo.Builder extends SdkPojo, CopyableBuilder<ZookeeperNodeInfo.Builder,ZookeeperNodeInfo>
| Modifier and Type | Method and Description |
|---|---|
ZookeeperNodeInfo.Builder |
attachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
|
ZookeeperNodeInfo.Builder |
clientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
|
ZookeeperNodeInfo.Builder |
endpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
|
ZookeeperNodeInfo.Builder |
endpoints(String... endpoints)
Endpoints for accessing the ZooKeeper.
|
ZookeeperNodeInfo.Builder |
zookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
|
ZookeeperNodeInfo.Builder |
zookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildZookeeperNodeInfo.Builder attachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
attachedENIId - The attached elastic network interface of the broker.
ZookeeperNodeInfo.Builder clientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
clientVpcIpAddress - The virtual private cloud (VPC) IP address of the client.
ZookeeperNodeInfo.Builder endpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
endpoints - Endpoints for accessing the ZooKeeper.
ZookeeperNodeInfo.Builder endpoints(String... endpoints)
Endpoints for accessing the ZooKeeper.
endpoints - Endpoints for accessing the ZooKeeper.
ZookeeperNodeInfo.Builder zookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
zookeeperId - The role-specific ID for Zookeeper.
ZookeeperNodeInfo.Builder zookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
zookeeperVersion - The version of Zookeeper.
Copyright © 2023. All rights reserved.