Class DataLakeAnalyticsCatalogCredentialUpdateParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters
Data Lake Analytics catalog credential update parameters.
-
Constructor Summary
-
Method Summary
Modifier 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
-
DataLakeAnalyticsCatalogCredentialUpdateParameters
public DataLakeAnalyticsCatalogCredentialUpdateParameters()
-
-
Method Details
-
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
Get the new password for the credential and user with access to the data source.- Returns:
- the newPassword value
-
withNewPassword
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
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
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.
-