public static final class ALBPoolServer.Builder
extends java.lang.Object
ALBPoolServer.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBPoolServer. |
| Modifier and Type | Method and Description |
|---|---|
ALBPoolServer |
build() |
ALBPoolServer.Builder |
setHostname(java.lang.String hostname)
DNS resolvable name of the server.
|
ALBPoolServer.Builder |
setIp(ALBIpAddr ip) |
ALBPoolServer.Builder |
setPort(java.lang.Long port)
Port of the pool server listening for HTTP/HTTPS.
|
public Builder()
ALBPoolServer.public ALBPoolServer.Builder setHostname(java.lang.String hostname)
hostname - New value for the property.public ALBPoolServer.Builder setIp(ALBIpAddr ip)
ip - New value for the property.public ALBPoolServer.Builder setPort(java.lang.Long port)
port - New value for the property.public ALBPoolServer build()