Class HBaseLinkedServiceTypeProperties


  • public final class HBaseLinkedServiceTypeProperties
    extends Object
    HBase server linked service properties.
    • Constructor Detail

      • HBaseLinkedServiceTypeProperties

        public HBaseLinkedServiceTypeProperties()
    • Method Detail

      • host

        public Object host()
        Get the host property: The IP address or host name of the HBase server. (i.e. 192.168.222.160).
        Returns:
        the host value.
      • withHost

        public HBaseLinkedServiceTypeProperties withHost​(Object host)
        Set the host property: The IP address or host name of the HBase server. (i.e. 192.168.222.160).
        Parameters:
        host - the host value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • port

        public Object port()
        Get the port property: The TCP port that the HBase instance uses to listen for client connections. The default value is 9090.
        Returns:
        the port value.
      • withPort

        public HBaseLinkedServiceTypeProperties withPort​(Object port)
        Set the port property: The TCP port that the HBase instance uses to listen for client connections. The default value is 9090.
        Parameters:
        port - the port value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • httpPath

        public Object httpPath()
        Get the httpPath property: The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version).
        Returns:
        the httpPath value.
      • withHttpPath

        public HBaseLinkedServiceTypeProperties withHttpPath​(Object httpPath)
        Set the httpPath property: The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version).
        Parameters:
        httpPath - the httpPath value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • authenticationType

        public HBaseAuthenticationType authenticationType()
        Get the authenticationType property: The authentication mechanism to use to connect to the HBase server.
        Returns:
        the authenticationType value.
      • withAuthenticationType

        public HBaseLinkedServiceTypeProperties withAuthenticationType​(HBaseAuthenticationType authenticationType)
        Set the authenticationType property: The authentication mechanism to use to connect to the HBase server.
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • username

        public Object username()
        Get the username property: The user name used to connect to the HBase instance.
        Returns:
        the username value.
      • withUsername

        public HBaseLinkedServiceTypeProperties withUsername​(Object username)
        Set the username property: The user name used to connect to the HBase instance.
        Parameters:
        username - the username value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • password

        public SecretBase password()
        Get the password property: The password corresponding to the user name.
        Returns:
        the password value.
      • withPassword

        public HBaseLinkedServiceTypeProperties withPassword​(SecretBase password)
        Set the password property: The password corresponding to the user name.
        Parameters:
        password - the password value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • enableSsl

        public Object enableSsl()
        Get the enableSsl property: Specifies whether the connections to the server are encrypted using SSL. The default value is false.
        Returns:
        the enableSsl value.
      • withEnableSsl

        public HBaseLinkedServiceTypeProperties withEnableSsl​(Object enableSsl)
        Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL. The default value is false.
        Parameters:
        enableSsl - the enableSsl value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • trustedCertPath

        public Object trustedCertPath()
        Get the trustedCertPath property: 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.
        Returns:
        the trustedCertPath value.
      • withTrustedCertPath

        public HBaseLinkedServiceTypeProperties withTrustedCertPath​(Object trustedCertPath)
        Set the trustedCertPath property: 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.
        Parameters:
        trustedCertPath - the trustedCertPath value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • allowHostnameCNMismatch

        public Object allowHostnameCNMismatch()
        Get the allowHostnameCNMismatch property: 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.
        Returns:
        the allowHostnameCNMismatch value.
      • withAllowHostnameCNMismatch

        public HBaseLinkedServiceTypeProperties withAllowHostnameCNMismatch​(Object allowHostnameCNMismatch)
        Set the allowHostnameCNMismatch property: 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.
        Parameters:
        allowHostnameCNMismatch - the allowHostnameCNMismatch value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • allowSelfSignedServerCert

        public Object allowSelfSignedServerCert()
        Get the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server. The default value is false.
        Returns:
        the allowSelfSignedServerCert value.
      • withAllowSelfSignedServerCert

        public HBaseLinkedServiceTypeProperties withAllowSelfSignedServerCert​(Object allowSelfSignedServerCert)
        Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server. The default value is false.
        Parameters:
        allowSelfSignedServerCert - the allowSelfSignedServerCert value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • encryptedCredential

        public Object encryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • withEncryptedCredential

        public HBaseLinkedServiceTypeProperties withEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the HBaseLinkedServiceTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.