public static final class ALBTCPApplicationProfile.Builder
extends java.lang.Object
ALBTCPApplicationProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBTCPApplicationProfile. |
| Modifier and Type | Method and Description |
|---|---|
ALBTCPApplicationProfile |
build() |
ALBTCPApplicationProfile.Builder |
setPkiProfilePath(java.lang.String pkiProfilePath)
Select the PKI profile to be associated with the Virtual Service.
|
ALBTCPApplicationProfile.Builder |
setProxyProtocolEnabled(java.lang.Boolean proxyProtocolEnabled)
Enable/Disable the usage of proxy protocol to convey client connection
information to the back-end servers.
|
ALBTCPApplicationProfile.Builder |
setProxyProtocolVersion(java.lang.String proxyProtocolVersion)
Possible values are:
ALBTCPApplicationProfile.PROXY_PROTOCOL_VERSION_1
ALBTCPApplicationProfile.PROXY_PROTOCOL_VERSION_2
Version of proxy protocol to be used to convey client connection
information to the back-end servers. |
ALBTCPApplicationProfile.Builder |
setSslClientCertificateMode(java.lang.String sslClientCertificateMode)
Possible values are:
ALBTCPApplicationProfile.SSL_CLIENT_CERTIFICATE_MODE_NONE
ALBTCPApplicationProfile.SSL_CLIENT_CERTIFICATE_MODE_REQUEST
ALBTCPApplicationProfile.SSL_CLIENT_CERTIFICATE_MODE_REQUIRE
Specifies whether the client side verification is set to none, request or
require. |
public Builder()
ALBTCPApplicationProfile.public ALBTCPApplicationProfile.Builder setPkiProfilePath(java.lang.String pkiProfilePath)
pkiProfilePath - New value for the property.public ALBTCPApplicationProfile.Builder setProxyProtocolEnabled(java.lang.Boolean proxyProtocolEnabled)
proxyProtocolEnabled - New value for the property.public ALBTCPApplicationProfile.Builder setProxyProtocolVersion(java.lang.String proxyProtocolVersion)
proxyProtocolVersion - New value for the property.public ALBTCPApplicationProfile.Builder setSslClientCertificateMode(java.lang.String sslClientCertificateMode)
sslClientCertificateMode - New value for the property.public ALBTCPApplicationProfile build()