DataLakeAnalyticsCatalogCredentialUpdateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. DataLakeAnalyticsCatalogCredentialUpdateParameters
- com.
public class DataLakeAnalyticsCatalogCredentialUpdateParameters
Data Lake Analytics catalog credential update parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
newPassword()
Get the newPassword value. |
String |
password()
Get the password value. |
String |
uri()
Get the uri value. |
String |
userId()
Get the userId value. |
Data |
withNewPassword(String newPassword)
Set the newPassword 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
newPassword
public String newPassword()
Get the newPassword value.
Returns:
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:
withNewPassword
public DataLakeAnalyticsCatalogCredentialUpdateParameters withNewPassword(String newPassword)
Set the newPassword value.
Parameters:
Returns:
withPassword
public DataLakeAnalyticsCatalogCredentialUpdateParameters withPassword(String password)
Set the password value.
Parameters:
Returns:
withUri
public DataLakeAnalyticsCatalogCredentialUpdateParameters withUri(String uri)
Set the uri value.
Parameters:
Returns:
withUserId
public DataLakeAnalyticsCatalogCredentialUpdateParameters withUserId(String userId)
Set the userId value.
Parameters:
Returns:
Applies to
Azure SDK for Java