public static final class ALBHealthMonitorTcp.Builder
extends java.lang.Object
ALBHealthMonitorTcp.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBHealthMonitorTcp. |
| Modifier and Type | Method and Description |
|---|---|
ALBHealthMonitorTcp |
build() |
ALBHealthMonitorTcp.Builder |
setMaintenanceResponse(java.lang.String maintenanceResponse)
Match or look for this keyword in the first 2KB of server's response indicating
server maintenance.
|
ALBHealthMonitorTcp.Builder |
setTcpHalfOpen(java.lang.Boolean tcpHalfOpen)
Configure TCP health monitor to use half-open TCP connections to monitor the
health of backend servers thereby avoiding consumption of a full fledged server
side connection and the overhead and logs associated with it.
|
ALBHealthMonitorTcp.Builder |
setTcpRequest(java.lang.String tcpRequest)
Request data to send after completing the TCP handshake.
|
ALBHealthMonitorTcp.Builder |
setTcpResponse(java.lang.String tcpResponse)
Match for the desired keyword in the first 2Kb of the server's TCP response.
|
public Builder()
ALBHealthMonitorTcp.public ALBHealthMonitorTcp.Builder setMaintenanceResponse(java.lang.String maintenanceResponse)
maintenanceResponse - New value for the property.public ALBHealthMonitorTcp.Builder setTcpHalfOpen(java.lang.Boolean tcpHalfOpen)
tcpHalfOpen - New value for the property.public ALBHealthMonitorTcp.Builder setTcpRequest(java.lang.String tcpRequest)
tcpRequest - New value for the property.public ALBHealthMonitorTcp.Builder setTcpResponse(java.lang.String tcpResponse)
tcpResponse - New value for the property.public ALBHealthMonitorTcp build()