Class HiveLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.HiveLinkedServiceTypeProperties

public final class HiveLinkedServiceTypeProperties extends Object
Hive Server linked service properties.
  • Constructor Details

    • HiveLinkedServiceTypeProperties

      public HiveLinkedServiceTypeProperties()
  • Method Details

    • host

      public Object host()
      Get the host property: IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
      Returns:
      the host value.
    • withHost

      public HiveLinkedServiceTypeProperties withHost(Object host)
      Set the host property: IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
      Parameters:
      host - the host value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • port

      public Object port()
      Get the port property: The TCP port that the Hive server uses to listen for client connections.
      Returns:
      the port value.
    • withPort

      public HiveLinkedServiceTypeProperties withPort(Object port)
      Set the port property: The TCP port that the Hive server uses to listen for client connections.
      Parameters:
      port - the port value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • serverType

      public HiveServerType serverType()
      Get the serverType property: The type of Hive server.
      Returns:
      the serverType value.
    • withServerType

      public HiveLinkedServiceTypeProperties withServerType(HiveServerType serverType)
      Set the serverType property: The type of Hive server.
      Parameters:
      serverType - the serverType value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • thriftTransportProtocol

      public HiveThriftTransportProtocol thriftTransportProtocol()
      Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.
      Returns:
      the thriftTransportProtocol value.
    • withThriftTransportProtocol

      public HiveLinkedServiceTypeProperties withThriftTransportProtocol(HiveThriftTransportProtocol thriftTransportProtocol)
      Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.
      Parameters:
      thriftTransportProtocol - the thriftTransportProtocol value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • authenticationType

      public HiveAuthenticationType authenticationType()
      Get the authenticationType property: The authentication method used to access the Hive server.
      Returns:
      the authenticationType value.
    • withAuthenticationType

      public HiveLinkedServiceTypeProperties withAuthenticationType(HiveAuthenticationType authenticationType)
      Set the authenticationType property: The authentication method used to access the Hive server.
      Parameters:
      authenticationType - the authenticationType value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • serviceDiscoveryMode

      public Object serviceDiscoveryMode()
      Get the serviceDiscoveryMode property: true to indicate using the ZooKeeper service, false not.
      Returns:
      the serviceDiscoveryMode value.
    • withServiceDiscoveryMode

      public HiveLinkedServiceTypeProperties withServiceDiscoveryMode(Object serviceDiscoveryMode)
      Set the serviceDiscoveryMode property: true to indicate using the ZooKeeper service, false not.
      Parameters:
      serviceDiscoveryMode - the serviceDiscoveryMode value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • zooKeeperNameSpace

      public Object zooKeeperNameSpace()
      Get the zooKeeperNameSpace property: The namespace on ZooKeeper under which Hive Server 2 nodes are added.
      Returns:
      the zooKeeperNameSpace value.
    • withZooKeeperNameSpace

      public HiveLinkedServiceTypeProperties withZooKeeperNameSpace(Object zooKeeperNameSpace)
      Set the zooKeeperNameSpace property: The namespace on ZooKeeper under which Hive Server 2 nodes are added.
      Parameters:
      zooKeeperNameSpace - the zooKeeperNameSpace value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • useNativeQuery

      public Object useNativeQuery()
      Get the useNativeQuery property: Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.
      Returns:
      the useNativeQuery value.
    • withUseNativeQuery

      public HiveLinkedServiceTypeProperties withUseNativeQuery(Object useNativeQuery)
      Set the useNativeQuery property: Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.
      Parameters:
      useNativeQuery - the useNativeQuery value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • username

      public Object username()
      Get the username property: The user name that you use to access Hive Server.
      Returns:
      the username value.
    • withUsername

      public HiveLinkedServiceTypeProperties withUsername(Object username)
      Set the username property: The user name that you use to access Hive Server.
      Parameters:
      username - the username value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • password

      public SecretBase password()
      Get the password property: The password corresponding to the user name that you provided in the Username field.
      Returns:
      the password value.
    • withPassword

      public HiveLinkedServiceTypeProperties withPassword(SecretBase password)
      Set the password property: The password corresponding to the user name that you provided in the Username field.
      Parameters:
      password - the password value to set.
      Returns:
      the HiveLinkedServiceTypeProperties object itself.
    • httpPath

      public Object httpPath()
      Get the httpPath property: The partial URL corresponding to the Hive server.
      Returns:
      the httpPath value.
    • withHttpPath

      public HiveLinkedServiceTypeProperties withHttpPath(Object httpPath)
      Set the httpPath property: The partial URL corresponding to the Hive server.
      Parameters:
      httpPath - the httpPath value to set.
      Returns:
      the HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties object itself.
    • useSystemTrustStore

      public Object useSystemTrustStore()
      Get the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
      Returns:
      the useSystemTrustStore value.
    • withUseSystemTrustStore

      public HiveLinkedServiceTypeProperties withUseSystemTrustStore(Object useSystemTrustStore)
      Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
      Parameters:
      useSystemTrustStore - the useSystemTrustStore value to set.
      Returns:
      the HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties 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 HiveLinkedServiceTypeProperties object itself.
    • validate

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