Class HDInsightLinkedServiceTypeProperties


  • public final class HDInsightLinkedServiceTypeProperties
    extends Object
    HDInsight linked service properties.
    • Constructor Detail

      • HDInsightLinkedServiceTypeProperties

        public HDInsightLinkedServiceTypeProperties()
    • Method Detail

      • clusterUri

        public Object clusterUri()
        Get the clusterUri property: HDInsight cluster URI. Type: string (or Expression with resultType string).
        Returns:
        the clusterUri value.
      • withClusterUri

        public HDInsightLinkedServiceTypeProperties withClusterUri​(Object clusterUri)
        Set the clusterUri property: HDInsight cluster URI. Type: string (or Expression with resultType string).
        Parameters:
        clusterUri - the clusterUri value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties object itself.
      • username

        public Object username()
        Get the username property: HDInsight cluster user name. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public HDInsightLinkedServiceTypeProperties withUsername​(Object username)
        Set the username property: HDInsight cluster user name. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties object itself.
      • password

        public SecretBase password()
        Get the password property: HDInsight cluster password.
        Returns:
        the password value.
      • withPassword

        public HDInsightLinkedServiceTypeProperties withPassword​(SecretBase password)
        Set the password property: HDInsight cluster password.
        Parameters:
        password - the password value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties object itself.
      • linkedServiceName

        public LinkedServiceReference linkedServiceName()
        Get the linkedServiceName property: The Azure Storage linked service reference.
        Returns:
        the linkedServiceName value.
      • withLinkedServiceName

        public HDInsightLinkedServiceTypeProperties withLinkedServiceName​(LinkedServiceReference linkedServiceName)
        Set the linkedServiceName property: The Azure Storage linked service reference.
        Parameters:
        linkedServiceName - the linkedServiceName value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties object itself.
      • hcatalogLinkedServiceName

        public LinkedServiceReference hcatalogLinkedServiceName()
        Get the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.
        Returns:
        the hcatalogLinkedServiceName value.
      • withHcatalogLinkedServiceName

        public HDInsightLinkedServiceTypeProperties withHcatalogLinkedServiceName​(LinkedServiceReference hcatalogLinkedServiceName)
        Set the hcatalogLinkedServiceName property: A reference to the Azure SQL linked service that points to the HCatalog database.
        Parameters:
        hcatalogLinkedServiceName - the hcatalogLinkedServiceName value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties 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 HDInsightLinkedServiceTypeProperties 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 HDInsightLinkedServiceTypeProperties object itself.
      • isEspEnabled

        public Object isEspEnabled()
        Get the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.
        Returns:
        the isEspEnabled value.
      • withIsEspEnabled

        public HDInsightLinkedServiceTypeProperties withIsEspEnabled​(Object isEspEnabled)
        Set the isEspEnabled property: Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.
        Parameters:
        isEspEnabled - the isEspEnabled value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties object itself.
      • fileSystem

        public Object fileSystem()
        Get the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
        Returns:
        the fileSystem value.
      • withFileSystem

        public HDInsightLinkedServiceTypeProperties withFileSystem​(Object fileSystem)
        Set the fileSystem property: Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
        Parameters:
        fileSystem - the fileSystem value to set.
        Returns:
        the HDInsightLinkedServiceTypeProperties object itself.
      • validate

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