public static final class CfnDatabase.DatabaseInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatabase.DatabaseInputProperty
CfnDatabase.DatabaseInputProperty
CfnDatabase.DatabaseInputProperty.Builder, CfnDatabase.DatabaseInputProperty.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.Object |
getCreateTableDefaultPermissions()
Creates a set of default permissions on the table for principals.
|
java.lang.String |
getDescription()
A description of the database.
|
java.lang.String |
getLocationUri()
The location of the database (for example, an HDFS path).
|
java.lang.String |
getName()
The name of the database.
|
java.lang.Object |
getParameters()
These key-value pairs define parameters and properties of the database.
|
java.lang.Object |
getTargetDatabase()
A `DatabaseIdentifier` structure that describes a target database for resource linking.
|
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.Object getCreateTableDefaultPermissions()
CfnDatabase.DatabaseInputProperty
getCreateTableDefaultPermissions
in interface CfnDatabase.DatabaseInputProperty
public final java.lang.String getDescription()
CfnDatabase.DatabaseInputProperty
getDescription
in interface CfnDatabase.DatabaseInputProperty
public final java.lang.String getLocationUri()
CfnDatabase.DatabaseInputProperty
getLocationUri
in interface CfnDatabase.DatabaseInputProperty
public final java.lang.String getName()
CfnDatabase.DatabaseInputProperty
For Hive compatibility, this is folded to lowercase when it is stored.
getName
in interface CfnDatabase.DatabaseInputProperty
public final java.lang.Object getParameters()
CfnDatabase.DatabaseInputProperty
getParameters
in interface CfnDatabase.DatabaseInputProperty
public final java.lang.Object getTargetDatabase()
CfnDatabase.DatabaseInputProperty
getTargetDatabase
in interface CfnDatabase.DatabaseInputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()