Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
build() |
Endpoint.Builder |
copy(Endpoint model) |
Endpoint.Builder |
fqdn(String fqdn)
The FQDN of the endpoint.
|
Endpoint.Builder |
ipAddress(String ipAddress)
The IP address of the endpoint.
|
Endpoint.Builder |
port(Integer port)
The port address of the endpoint.
|
public Endpoint.Builder fqdn(String fqdn)
The FQDN of the endpoint.
fqdn
- the value to setpublic Endpoint.Builder ipAddress(String ipAddress)
The IP address of the endpoint.
ipAddress
- the value to setpublic Endpoint.Builder port(Integer port)
The port address of the endpoint.
port
- the value to setpublic Endpoint build()
public Endpoint.Builder copy(Endpoint model)
Copyright © 2016–2024. All rights reserved.