Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Hostname |
build() |
Hostname.Builder |
copy(Hostname model) |
Hostname.Builder |
hostname(String hostname)
A virtual hostname.
|
Hostname.Builder |
name(String name)
A friendly name for the hostname resource.
|
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
name
- the value to setpublic Hostname.Builder hostname(String hostname)
A virtual hostname. For more information about virtual hostname string construction, see Managing Request Routing.
Example: app.example.com
hostname
- the value to setpublic Hostname build()
public Hostname.Builder copy(Hostname model)
Copyright © 2016–2024. All rights reserved.