public static final class CfnDataset.DataCatalogInputDefinitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.DataCatalogInputDefinitionProperty
CfnDataset.DataCatalogInputDefinitionProperty
CfnDataset.DataCatalogInputDefinitionProperty.Builder, CfnDataset.DataCatalogInputDefinitionProperty.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 |
getCatalogId()
The unique identifier of the AWS account that holds the Data Catalog that stores the data.
|
java.lang.String |
getDatabaseName()
The name of a database in the Data Catalog.
|
java.lang.String |
getTableName()
The name of a database table in the Data Catalog.
|
java.lang.Object |
getTempDirectory()
An Amazon location that AWS Glue Data Catalog can use as a temporary directory.
|
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 getCatalogId()
CfnDataset.DataCatalogInputDefinitionProperty
getCatalogId
in interface CfnDataset.DataCatalogInputDefinitionProperty
public final java.lang.String getDatabaseName()
CfnDataset.DataCatalogInputDefinitionProperty
getDatabaseName
in interface CfnDataset.DataCatalogInputDefinitionProperty
public final java.lang.String getTableName()
CfnDataset.DataCatalogInputDefinitionProperty
This table corresponds to a DataBrew dataset.
getTableName
in interface CfnDataset.DataCatalogInputDefinitionProperty
public final java.lang.Object getTempDirectory()
CfnDataset.DataCatalogInputDefinitionProperty
getTempDirectory
in interface CfnDataset.DataCatalogInputDefinitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()