public static final class DatabaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseProps
DatabaseProps
DatabaseProps.Builder, DatabaseProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDatabaseName()
(experimental) The name of the database.
|
java.lang.String |
getLocationUri()
(experimental) The location of the database (for example, an HDFS path).
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDatabaseName()
DatabaseProps
getDatabaseName
in interface DatabaseProps
public final java.lang.String getLocationUri()
DatabaseProps
Default: undefined. This field is optional in AWS::Glue::Database DatabaseInput
getLocationUri
in interface DatabaseProps
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-database-databaseinput.html
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()