Class PodIP.Builder

  • Enclosing class:
    PodIP

    public static class PodIP.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PodIP build()  
      PodIP.Builder ip​(java.lang.String ip)
      IP is the IP address assigned to the pod
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • ip

        public PodIP.Builder ip​(java.lang.String ip)
        IP is the IP address assigned to the pod
        Returns:
        this.
      • build

        public PodIP build()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object