Class DataLakeAnalyticsCatalogCredentialUpdateParameters

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

public class DataLakeAnalyticsCatalogCredentialUpdateParameters extends Object
Data Lake Analytics catalog credential update parameters.
  • Constructor Details

    • DataLakeAnalyticsCatalogCredentialUpdateParameters

      public DataLakeAnalyticsCatalogCredentialUpdateParameters()
  • Method Details

    • password

      public String password()
      Get the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.
      Returns:
      the password value
    • withPassword

      Set the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.
      Parameters:
      password - the password value to set
      Returns:
      the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself.
    • newPassword

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

      public DataLakeAnalyticsCatalogCredentialUpdateParameters withNewPassword(String newPassword)
      Set the new password for the credential and user with access to the data source.
      Parameters:
      newPassword - the newPassword value to set
      Returns:
      the DataLakeAnalyticsCatalogCredentialUpdateParameters 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 DataLakeAnalyticsCatalogCredentialUpdateParameters 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 DataLakeAnalyticsCatalogCredentialUpdateParameters object itself.