DataLakeAnalyticsCatalogCredentialCreateParameters Class

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

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.

DataLakeAnalyticsCatalogCredentialCreateParameters withPassword(String password)

Set the password value.

DataLakeAnalyticsCatalogCredentialCreateParameters withUri(String uri)

Set the uri value.

DataLakeAnalyticsCatalogCredentialCreateParameters withUserId(String userId)

Set the userId value.

Method Details

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

withPassword

public DataLakeAnalyticsCatalogCredentialCreateParameters withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the DataLakeAnalyticsCatalogCredentialCreateParameters object itself.

withUri

public DataLakeAnalyticsCatalogCredentialCreateParameters withUri(String uri)

Set the uri value.

Parameters:

uri - the uri value to set

Returns:

the DataLakeAnalyticsCatalogCredentialCreateParameters object itself.

withUserId

public DataLakeAnalyticsCatalogCredentialCreateParameters withUserId(String userId)

Set the userId value.

Parameters:

userId - the userId value to set

Returns:

the DataLakeAnalyticsCatalogCredentialCreateParameters object itself.

Applies to