Interface ZookeeperNodeInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ZookeeperNodeInfo.Builder,ZookeeperNodeInfo>,SdkBuilder<ZookeeperNodeInfo.Builder,ZookeeperNodeInfo>,SdkPojo
- Enclosing class:
- ZookeeperNodeInfo
public static interface ZookeeperNodeInfo.Builder extends SdkPojo, CopyableBuilder<ZookeeperNodeInfo.Builder,ZookeeperNodeInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZookeeperNodeInfo.BuilderattachedENIId(String attachedENIId)The attached elastic network interface of the broker.ZookeeperNodeInfo.BuilderclientVpcIpAddress(String clientVpcIpAddress)The virtual private cloud (VPC) IP address of the client.ZookeeperNodeInfo.Builderendpoints(String... endpoints)Endpoints for accessing the ZooKeeper.ZookeeperNodeInfo.Builderendpoints(Collection<String> endpoints)Endpoints for accessing the ZooKeeper.ZookeeperNodeInfo.BuilderzookeeperId(Double zookeeperId)The role-specific ID for Zookeeper.ZookeeperNodeInfo.BuilderzookeeperVersion(String zookeeperVersion)The version of Zookeeper.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
attachedENIId
ZookeeperNodeInfo.Builder attachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
- Parameters:
attachedENIId-The attached elastic network interface of the broker.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientVpcIpAddress
ZookeeperNodeInfo.Builder clientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
- Parameters:
clientVpcIpAddress-The virtual private cloud (VPC) IP address of the client.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
ZookeeperNodeInfo.Builder endpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
- Parameters:
endpoints-Endpoints for accessing the ZooKeeper.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
ZookeeperNodeInfo.Builder endpoints(String... endpoints)
Endpoints for accessing the ZooKeeper.
- Parameters:
endpoints-Endpoints for accessing the ZooKeeper.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zookeeperId
ZookeeperNodeInfo.Builder zookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
- Parameters:
zookeeperId-The role-specific ID for Zookeeper.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zookeeperVersion
ZookeeperNodeInfo.Builder zookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
- Parameters:
zookeeperVersion-The version of Zookeeper.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-