Class DataLakeAnalyticsCatalogCredentialCreateParameters

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters

public class DataLakeAnalyticsCatalogCredentialCreateParameters extends Object
Data Lake Analytics catalog credential creation parameters.
  • Constructor Details

    • DataLakeAnalyticsCatalogCredentialCreateParameters

      public DataLakeAnalyticsCatalogCredentialCreateParameters()
  • Method Details

    • password

      public String password()
      Get the password for the credential and user with access to the data source.
      Returns:
      the password value
    • withPassword

      Set the password for the credential and user with access to the data source.
      Parameters:
      password - the password value to set
      Returns:
      the DataLakeAnalyticsCatalogCredentialCreateParameters object itself.
    • uri

      public String uri()
      Get the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.
      Returns:
      the uri value
    • withUri

      Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.
      Parameters:
      uri - the uri value to set
      Returns:
      the DataLakeAnalyticsCatalogCredentialCreateParameters object itself.
    • userId

      public String userId()
      Get the object identifier for the user associated with this credential with access to the data source.
      Returns:
      the userId value
    • withUserId

      Set the object identifier for the user associated with this credential with access to the data source.
      Parameters:
      userId - the userId value to set
      Returns:
      the DataLakeAnalyticsCatalogCredentialCreateParameters object itself.