Interface TlsConfigInput.Builder

  • Method Details

    • serverNameToVerify

      TlsConfigInput.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.