DataLakeAnalyticsCatalogCredentialUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialUpdateParameters

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.

DataLakeAnalyticsCatalogCredentialUpdateParameters withNewPassword(String newPassword)

Set the newPassword value.

DataLakeAnalyticsCatalogCredentialUpdateParameters withPassword(String password)

Set the password value.

DataLakeAnalyticsCatalogCredentialUpdateParameters withUri(String uri)

Set the uri value.

DataLakeAnalyticsCatalogCredentialUpdateParameters withUserId(String userId)

Set the userId value.

Method Details

newPassword

public String newPassword()

Get the newPassword value.

Returns:

the newPassword value

password

public String password()

Get the password value.

Returns:

the password value

uri

public String uri()

Get the uri value.

Returns:

the uri value

userId

public String userId()

Get the userId value.

Returns:

the userId value

withNewPassword

public DataLakeAnalyticsCatalogCredentialUpdateParameters withNewPassword(String newPassword)

Set the newPassword value.

Parameters:

newPassword - the newPassword value to set

Returns:

the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself.

withPassword

public DataLakeAnalyticsCatalogCredentialUpdateParameters withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself.

withUri

public DataLakeAnalyticsCatalogCredentialUpdateParameters withUri(String uri)

Set the uri value.

Parameters:

uri - the uri value to set

Returns:

the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself.

withUserId

public DataLakeAnalyticsCatalogCredentialUpdateParameters withUserId(String userId)

Set the userId value.

Parameters:

userId - the userId value to set

Returns:

the DataLakeAnalyticsCatalogCredentialUpdateParameters object itself.

Applies to