Class DataLakeAnalyticsCatalogCredentialUpdateParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters
Data Lake Analytics catalog credential update parameters.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the new password for the credential and user with access to the data source.password()Get the current password for the credential and user with access to the data source.uri()Get the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.userId()Get the object identifier for the user associated with this credential with access to the data source.withNewPassword(String newPassword) Set the new password for the credential and user with access to the data source.withPassword(String password) Set the current password for the credential and user with access to the data source.Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.withUserId(String userId) Set the object identifier for the user associated with this credential with access to the data source.
- 
Constructor Details- 
DataLakeAnalyticsCatalogCredentialUpdateParameterspublic DataLakeAnalyticsCatalogCredentialUpdateParameters()
 
- 
- 
Method Details- 
passwordGet 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
 
- 
withPasswordSet 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.
 
- 
newPasswordGet the new password for the credential and user with access to the data source.- Returns:
- the newPassword value
 
- 
withNewPasswordSet 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.
 
- 
uriGet the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.- Returns:
- the uri value
 
- 
withUriSet 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.
 
- 
userIdGet the object identifier for the user associated with this credential with access to the data source.- Returns:
- the userId value
 
- 
withUserIdSet 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.
 
 
-