Class ServiceBackendPort.Builder

  • Enclosing class:
    ServiceBackendPort

    public static class ServiceBackendPort.Builder
    extends java.lang.Object
    • Method Detail

      • name

        public ServiceBackendPort.Builder name​(java.lang.String name)
        name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
        Returns:
        this.
      • number

        public ServiceBackendPort.Builder number​(java.lang.Number number)
        number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
        Returns:
        this.
      • toString

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