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 |
zookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
|
ZookeeperNodeInfo.Builder |
zookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
|
copyapplyMutation, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.