Interface HasHostname.DefinitionStages.WithHostname<ReturnT>

    • Method Detail

      • withHostname

        ReturnT withHostname​(String hostname)
        Specifies the hostname to reference.
        Parameters:
        hostname - an existing frontend name on this load balancer
        Returns:
        the next stage of the definition
      • withHostnames

        ReturnT withHostnames​(List<String> hostnames)
        Specifies up to 5 hostnames to reference.
        Parameters:
        hostnames - existing frontend hostnames on this load balancer
        Returns:
        the next stage of the definition