Class Hostname.Builder

  • Enclosing class:
    Hostname

    public static class Hostname.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public Hostname.Builder name​(String name)
        A friendly name for the hostname resource.

        It must be unique and it cannot be changed. Avoid entering confidential information.

        Example: example_hostname_001

        Parameters:
        name - the value to set
        Returns:
        this builder
      • hostname

        public Hostname.Builder hostname​(String hostname)
        A virtual hostname.

        For more information about virtual hostname string construction, see Managing Request Routing.

        Example: app.example.com

        Parameters:
        hostname - the value to set
        Returns:
        this builder