JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.kafka.model

Class ZookeeperNodeInfo

    • Constructor Detail

      • ZookeeperNodeInfo

        public ZookeeperNodeInfo()
    • Method Detail

      • setAttachedENIId

        public void setAttachedENIId(String attachedENIId)

        The attached elastic network interface of the broker.

        Parameters:
        attachedENIId -

        The attached elastic network interface of the broker.

      • getAttachedENIId

        public String getAttachedENIId()

        The attached elastic network interface of the broker.

        Returns:

        The attached elastic network interface of the broker.

      • withAttachedENIId

        public ZookeeperNodeInfo withAttachedENIId(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.
      • setClientVpcIpAddress

        public void setClientVpcIpAddress(String clientVpcIpAddress)

        The virtual private cloud (VPC) IP address of the client.

        Parameters:
        clientVpcIpAddress -

        The virtual private cloud (VPC) IP address of the client.

      • getClientVpcIpAddress

        public String getClientVpcIpAddress()

        The virtual private cloud (VPC) IP address of the client.

        Returns:

        The virtual private cloud (VPC) IP address of the client.

      • withClientVpcIpAddress

        public ZookeeperNodeInfo withClientVpcIpAddress(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.
      • getEndpoints

        public List<String> getEndpoints()

        Endpoints for accessing the ZooKeeper.

        Returns:

        Endpoints for accessing the ZooKeeper.

      • setEndpoints

        public void setEndpoints(Collection<String> endpoints)

        Endpoints for accessing the ZooKeeper.

        Parameters:
        endpoints -

        Endpoints for accessing the ZooKeeper.

      • withEndpoints

        public ZookeeperNodeInfo withEndpoints(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.
      • setZookeeperId

        public void setZookeeperId(Double zookeeperId)

        The role-specific ID for Zookeeper.

        Parameters:
        zookeeperId -

        The role-specific ID for Zookeeper.

      • getZookeeperId

        public Double getZookeeperId()

        The role-specific ID for Zookeeper.

        Returns:

        The role-specific ID for Zookeeper.

      • withZookeeperId

        public ZookeeperNodeInfo withZookeeperId(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.
      • setZookeeperVersion

        public void setZookeeperVersion(String zookeeperVersion)

        The version of Zookeeper.

        Parameters:
        zookeeperVersion -

        The version of Zookeeper.

      • getZookeeperVersion

        public String getZookeeperVersion()

        The version of Zookeeper.

        Returns:

        The version of Zookeeper.

      • withZookeeperVersion

        public ZookeeperNodeInfo withZookeeperVersion(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /