public static final class LbSslSniCondition.Builder
extends java.lang.Object
LbSslSniCondition.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
LbSslSniCondition. |
| Modifier and Type | Method and Description |
|---|---|
LbSslSniCondition |
build() |
LbSslSniCondition.Builder |
setCaseSensitive(java.lang.Boolean caseSensitive)
If true, case is significant when comparing SNI value.
|
LbSslSniCondition.Builder |
setInverse(java.lang.Boolean inverse)
A flag to indicate whether reverse the match result of this condition
|
LbSslSniCondition.Builder |
setMatchType(java.lang.String matchType)
Possible values are:
LbSslSniCondition.MATCH_TYPE_STARTS_WITH LbSslSniCondition.MATCH_TYPE_ENDS_WITH LbSslSniCondition.MATCH_TYPE_EQUALS LbSslSniCondition.MATCH_TYPE_CONTAINS LbSslSniCondition.MATCH_TYPE_REGEX Determine
how a specified string value is used to match SNI. |
LbSslSniCondition.Builder |
setSni(java.lang.String sni)
The SNI(Server Name indication) in client hello message.
|
public Builder()
LbSslSniCondition.public LbSslSniCondition.Builder setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - New value for the property.public LbSslSniCondition.Builder setMatchType(java.lang.String matchType)
matchType - New value for the property.public LbSslSniCondition.Builder setSni(java.lang.String sni)
sni - New value for the property.public LbSslSniCondition.Builder setInverse(java.lang.Boolean inverse)
inverse - New value for the property.public LbSslSniCondition build()