Class IntegrationTlsConfigArgs.Builder

  • Enclosing class:
    IntegrationTlsConfigArgs

    public static final class IntegrationTlsConfigArgs.Builder
    extends java.lang.Object
    • Method Detail

      • serverNameToVerify

        public IntegrationTlsConfigArgs.Builder serverNameToVerify​(@Nullable
                                                                   com.pulumi.core.Output<java.lang.String> serverNameToVerify)
        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:
        builder
      • serverNameToVerify

        public IntegrationTlsConfigArgs.Builder serverNameToVerify​(java.lang.String serverNameToVerify)
        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:
        builder