public static final class ALBHealthMonitorSSLAttributes.Builder
extends java.lang.Object
ALBHealthMonitorSSLAttributes.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBHealthMonitorSSLAttributes. |
| Modifier and Type | Method and Description |
|---|---|
ALBHealthMonitorSSLAttributes |
build() |
ALBHealthMonitorSSLAttributes.Builder |
setPkiProfilePath(java.lang.String pkiProfilePath)
PKI profile used to validate the SSL certificate presented by a server.
|
ALBHealthMonitorSSLAttributes.Builder |
setServerName(java.lang.String serverName)
Fully qualified DNS hostname which will be used in the TLS SNI extension in
server connections indicating SNI is enabled.
|
ALBHealthMonitorSSLAttributes.Builder |
setSslKeyAndCertificatePath(java.lang.String sslKeyAndCertificatePath)
Service engines will present this SSL certificate to the server.
|
ALBHealthMonitorSSLAttributes.Builder |
setSslProfilePath(java.lang.String sslProfilePath)
SSL profile defines ciphers and SSL versions to be used for healthmonitor
traffic to the back-end servers.
|
public Builder()
ALBHealthMonitorSSLAttributes.public ALBHealthMonitorSSLAttributes.Builder setPkiProfilePath(java.lang.String pkiProfilePath)
pkiProfilePath - New value for the property.public ALBHealthMonitorSSLAttributes.Builder setServerName(java.lang.String serverName)
serverName - New value for the property.public ALBHealthMonitorSSLAttributes.Builder setSslKeyAndCertificatePath(java.lang.String sslKeyAndCertificatePath)
sslKeyAndCertificatePath - New value for the property.public ALBHealthMonitorSSLAttributes.Builder setSslProfilePath(java.lang.String sslProfilePath)
sslProfilePath - New value for the property.public ALBHealthMonitorSSLAttributes build()