Interface ZookeeperNodeInfo.Builder

    • 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.