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)
|
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()