public class USqlSecret extends CatalogItem
Constructor and Description |
---|
USqlSecret() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
creationTime()
Get the creation time of the credential object.
|
String |
databaseName()
Get the name of the database.
|
String |
name()
Get the name of the secret.
|
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>.
|
USqlSecret |
withCreationTime(org.joda.time.DateTime creationTime)
Set the creation time of the credential object.
|
USqlSecret |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlSecret |
withName(String name)
Set the name of the secret.
|
USqlSecret |
withPassword(String password)
Set the password for the secret to pass in.
|
USqlSecret |
withUri(String uri)
Set the URI identifier for the secret in the format <hostname>:<port>.
|
computeAccountName, version, withComputeAccountName, withVersion
public String databaseName()
public USqlSecret withDatabaseName(String databaseName)
databaseName
- the databaseName value to setpublic String name()
public USqlSecret withName(String name)
name
- the name value to setpublic org.joda.time.DateTime creationTime()
public USqlSecret withCreationTime(org.joda.time.DateTime creationTime)
creationTime
- the creationTime value to setpublic String uri()
public USqlSecret withUri(String uri)
uri
- the uri value to setpublic String password()
public USqlSecret withPassword(String password)
password
- the password value to setCopyright © 2019. All rights reserved.