Class ImpalaLinkedServiceResponse


  • public final class ImpalaLinkedServiceResponse
    extends java.lang.Object
    • Method Detail

      • allowHostNameCNMismatch

        public java.util.Optional<java.lang.Object> allowHostNameCNMismatch()
        Returns:
        Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.
      • allowSelfSignedServerCert

        public java.util.Optional<java.lang.Object> allowSelfSignedServerCert()
        Returns:
        Specifies whether to allow self-signed certificates from the server. The default value is false.
      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • authenticationType

        public java.lang.String authenticationType()
        Returns:
        The authentication type to use.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Linked service description.
      • enableSsl

        public java.util.Optional<java.lang.Object> enableSsl()
        Returns:
        Specifies whether the connections to the server are encrypted using SSL. The default value is false.
      • encryptedCredential

        public java.util.Optional<java.lang.Object> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
      • host

        public java.lang.Object host()
        Returns:
        The IP address or host name of the Impala server. (i.e. 192.168.222.160)
      • port

        public java.util.Optional<java.lang.Object> port()
        Returns:
        The TCP port that the Impala server uses to listen for client connections. The default value is 21050.
      • trustedCertPath

        public java.util.Optional<java.lang.Object> trustedCertPath()
        Returns:
        The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
      • type

        public java.lang.String type()
        Returns:
        Type of linked service. Expected value is 'Impala'.
      • useSystemTrustStore

        public java.util.Optional<java.lang.Object> useSystemTrustStore()
        Returns:
        Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
      • username

        public java.util.Optional<java.lang.Object> username()
        Returns:
        The user name used to access the Impala server. The default value is anonymous when using SASLUsername.