public class DataLakeAnalyticsCatalogCredentialCreateParameters extends Object
Constructor and Description |
---|
DataLakeAnalyticsCatalogCredentialCreateParameters() |
Modifier and Type | Method and Description |
---|---|
String |
password()
Get the password for the credential and user with access to the data source.
|
String |
uri()
Get the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.
|
String |
userId()
Get the object identifier for the user associated with this credential with access to the data source.
|
DataLakeAnalyticsCatalogCredentialCreateParameters |
withPassword(String password)
Set the password for the credential and user with access to the data source.
|
DataLakeAnalyticsCatalogCredentialCreateParameters |
withUri(String uri)
Set the URI identifier for the data source this credential can connect to in the format <hostname>:<port>.
|
DataLakeAnalyticsCatalogCredentialCreateParameters |
withUserId(String userId)
Set the object identifier for the user associated with this credential with access to the data source.
|
public DataLakeAnalyticsCatalogCredentialCreateParameters()
public String password()
public DataLakeAnalyticsCatalogCredentialCreateParameters withPassword(String password)
password
- the password value to setpublic String uri()
public DataLakeAnalyticsCatalogCredentialCreateParameters withUri(String uri)
uri
- the uri value to setpublic String userId()
public DataLakeAnalyticsCatalogCredentialCreateParameters withUserId(String userId)
userId
- the userId value to setCopyright © 2019. All rights reserved.