DataLakeAnalyticsCatalogCredentialCreateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. DataLakeAnalyticsCatalogCredentialCreateParameters
- com.
public class DataLakeAnalyticsCatalogCredentialCreateParameters
Data Lake Analytics catalog credential creation parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
password()
Get the password value. |
String |
uri()
Get the uri value. |
String |
userId()
Get the userId value. |
Data |
withPassword(String password)
Set the password value. |
Data |
withUri(String uri)
Set the uri value. |
Data |
withUserId(String userId)
Set the userId value. |
Method Details
password
public String password()
Get the password value.
Returns:
uri
public String uri()
Get the uri value.
Returns:
userId
public String userId()
Get the userId value.
Returns:
withPassword
public DataLakeAnalyticsCatalogCredentialCreateParameters withPassword(String password)
Set the password value.
Parameters:
Returns:
withUri
public DataLakeAnalyticsCatalogCredentialCreateParameters withUri(String uri)
Set the uri value.
Parameters:
Returns:
withUserId
public DataLakeAnalyticsCatalogCredentialCreateParameters withUserId(String userId)
Set the userId value.
Parameters:
Returns:
Applies to
Azure SDK for Java