public static final class LBVariablePersistenceLearnAction.Builder
extends java.lang.Object
LBVariablePersistenceLearnAction.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LBVariablePersistenceLearnAction. |
| Modifier and Type | Method and Description |
|---|---|
LBVariablePersistenceLearnAction |
build() |
LBVariablePersistenceLearnAction.Builder |
setPersistenceProfilePath(java.lang.String persistenceProfilePath)
If the persistence profile path is not specified, a default persistence table is
created per virtual server.
|
LBVariablePersistenceLearnAction.Builder |
setVariableHashEnabled(java.lang.Boolean variableHashEnabled)
The property is used to enable a hash operation for variable value when
composing the persistence key.
|
LBVariablePersistenceLearnAction.Builder |
setVariableName(java.lang.String variableName)
The property is the name of variable to be learnt.
|
public Builder()
LBVariablePersistenceLearnAction.public LBVariablePersistenceLearnAction.Builder setPersistenceProfilePath(java.lang.String persistenceProfilePath)
persistenceProfilePath - New value for the property.public LBVariablePersistenceLearnAction.Builder setVariableHashEnabled(java.lang.Boolean variableHashEnabled)
variableHashEnabled - New value for the property.public LBVariablePersistenceLearnAction.Builder setVariableName(java.lang.String variableName)
variableName - New value for the property.public LBVariablePersistenceLearnAction build()