public static interface TlsConfig.Builder extends SdkPojo, CopyableBuilder<TlsConfig.Builder,TlsConfig>
| Modifier and Type | Method and Description |
|---|---|
TlsConfig.Builder |
serverNameToVerify(String serverNameToVerify)
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTlsConfig.Builder serverNameToVerify(String serverNameToVerify)
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
serverNameToVerify - If you specify a server name, API Gateway uses it to verify the hostname on the integration's
certificate. The server name is also included in the TLS handshake to support Server Name Indication
(SNI) or virtual hosting.Copyright © 2021. All rights reserved.