@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataCatalogConfig extends Object implements Serializable, Cloneable, StructuredPojo
The meta data of the Glue table which serves as data catalog for the OfflineStore
.
Constructor and Description |
---|
DataCatalogConfig() |
Modifier and Type | Method and Description |
---|---|
DataCatalogConfig |
clone() |
boolean |
equals(Object obj) |
String |
getCatalog()
The name of the Glue table catalog.
|
String |
getDatabase()
The name of the Glue table database.
|
String |
getTableName()
The name of the Glue table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCatalog(String catalog)
The name of the Glue table catalog.
|
void |
setDatabase(String database)
The name of the Glue table database.
|
void |
setTableName(String tableName)
The name of the Glue table.
|
String |
toString()
Returns a string representation of this object.
|
DataCatalogConfig |
withCatalog(String catalog)
The name of the Glue table catalog.
|
DataCatalogConfig |
withDatabase(String database)
The name of the Glue table database.
|
DataCatalogConfig |
withTableName(String tableName)
The name of the Glue table.
|
public void setTableName(String tableName)
The name of the Glue table.
tableName
- The name of the Glue table.public String getTableName()
The name of the Glue table.
public DataCatalogConfig withTableName(String tableName)
The name of the Glue table.
tableName
- The name of the Glue table.public void setCatalog(String catalog)
The name of the Glue table catalog.
catalog
- The name of the Glue table catalog.public String getCatalog()
The name of the Glue table catalog.
public DataCatalogConfig withCatalog(String catalog)
The name of the Glue table catalog.
catalog
- The name of the Glue table catalog.public void setDatabase(String database)
The name of the Glue table database.
database
- The name of the Glue table database.public String getDatabase()
The name of the Glue table database.
public DataCatalogConfig withDatabase(String database)
The name of the Glue table database.
database
- The name of the Glue table database.public String toString()
toString
in class Object
Object.toString()
public DataCatalogConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.