Class LoadBalancerDescription

    • Constructor Detail

      • LoadBalancerDescription

        public LoadBalancerDescription()
    • Method Detail

      • setLoadBalancerName

        public void setLoadBalancerName​(String loadBalancerName)

        The name of the LoadBalancer.

        Parameters:
        loadBalancerName - The name of the LoadBalancer.
      • getLoadBalancerName

        public String getLoadBalancerName()

        The name of the LoadBalancer.

        Returns:
        The name of the LoadBalancer.
      • withLoadBalancerName

        public LoadBalancerDescription withLoadBalancerName​(String loadBalancerName)

        The name of the LoadBalancer.

        Parameters:
        loadBalancerName - The name of the LoadBalancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomain

        public void setDomain​(String domain)

        The domain name of the LoadBalancer.

        Parameters:
        domain - The domain name of the LoadBalancer.
      • getDomain

        public String getDomain()

        The domain name of the LoadBalancer.

        Returns:
        The domain name of the LoadBalancer.
      • withDomain

        public LoadBalancerDescription withDomain​(String domain)

        The domain name of the LoadBalancer.

        Parameters:
        domain - The domain name of the LoadBalancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getListeners

        public List<Listener> getListeners()

        A list of Listeners used by the LoadBalancer.

        Returns:
        A list of Listeners used by the LoadBalancer.
      • setListeners

        public void setListeners​(Collection<Listener> listeners)

        A list of Listeners used by the LoadBalancer.

        Parameters:
        listeners - A list of Listeners used by the LoadBalancer.
      • withListeners

        public LoadBalancerDescription withListeners​(Collection<Listener> listeners)

        A list of Listeners used by the LoadBalancer.

        Parameters:
        listeners - A list of Listeners used by the LoadBalancer.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object