public class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters extends Object
Constructor and Description |
---|
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters() |
Modifier and Type | Method and Description |
---|---|
String |
password()
Get the password for the secret to pass in.
|
String |
uri()
Get the URI identifier for the secret in the format <hostname>:<port>.
|
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters |
withPassword(String password)
Set the password for the secret to pass in.
|
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters |
withUri(String uri)
Set the URI identifier for the secret in the format <hostname>:<port>.
|
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters()
public String password()
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withPassword(String password)
password
- the password value to setpublic String uri()
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withUri(String uri)
uri
- the uri value to setCopyright © 2019. All rights reserved.