public static final class ALBHealthMonitorExternal.Builder
extends java.lang.Object
ALBHealthMonitorExternal.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBHealthMonitorExternal. |
| Modifier and Type | Method and Description |
|---|---|
ALBHealthMonitorExternal |
build() |
ALBHealthMonitorExternal.Builder |
setCommandCode(java.lang.String commandCode)
Command script provided inline.
|
ALBHealthMonitorExternal.Builder |
setCommandParameters(java.lang.String commandParameters)
Optional arguments to feed into the script.
|
ALBHealthMonitorExternal.Builder |
setCommandPath(java.lang.String commandPath)
Path of external health monitor script.
|
ALBHealthMonitorExternal.Builder |
setCommandVariables(java.lang.String commandVariables)
Environment variables to be fed into the script.
|
public Builder()
ALBHealthMonitorExternal.public ALBHealthMonitorExternal.Builder setCommandCode(java.lang.String commandCode)
commandCode - New value for the property.public ALBHealthMonitorExternal.Builder setCommandParameters(java.lang.String commandParameters)
commandParameters - New value for the property.public ALBHealthMonitorExternal.Builder setCommandPath(java.lang.String commandPath)
commandPath - New value for the property.public ALBHealthMonitorExternal.Builder setCommandVariables(java.lang.String commandVariables)
commandVariables - New value for the property.public ALBHealthMonitorExternal build()