Class DataLakeAnalyticsCatalogCredentialCreateParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialCreateParameters
Data Lake Analytics catalog credential creation parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpassword()
Get the 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.withPassword
(String password) Set the 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
-
DataLakeAnalyticsCatalogCredentialCreateParameters
public DataLakeAnalyticsCatalogCredentialCreateParameters()
-
-
Method Details
-
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
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
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.
-