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