Class Endpoint.Builder

  • Enclosing class:
    Endpoint

    public static class Endpoint.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • fqdn

        public Endpoint.Builder fqdn​(String fqdn)
        The FQDN of the endpoint.
        Parameters:
        fqdn - the value to set
        Returns:
        this builder
      • ipAddress

        public Endpoint.Builder ipAddress​(String ipAddress)
        The IP address of the endpoint.
        Parameters:
        ipAddress - the value to set
        Returns:
        this builder
      • port

        public Endpoint.Builder port​(Integer port)
        The port address of the endpoint.
        Parameters:
        port - the value to set
        Returns:
        this builder