Interface GatewayRouteHostnameMatch.Builder

    • Method Detail

      • exact

        GatewayRouteHostnameMatch.Builder exact​(String exact)

        The exact host name to match on.

        Parameters:
        exact - The exact host name to match on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suffix

        GatewayRouteHostnameMatch.Builder suffix​(String suffix)

        The specified ending characters of the host name to match on.

        Parameters:
        suffix - The specified ending characters of the host name to match on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.