@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlueTable extends Object implements Serializable, Cloneable, StructuredPojo
The database and table in the Glue Data Catalog that is used for input or output data.
Constructor and Description |
---|
GlueTable() |
Modifier and Type | Method and Description |
---|---|
GlueTable |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
A unique identifier for the Glue Data Catalog.
|
String |
getConnectionName()
The name of the connection to the Glue Data Catalog.
|
String |
getDatabaseName()
A database name in the Glue Data Catalog.
|
String |
getTableName()
A table name in the Glue Data Catalog.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCatalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
|
void |
setConnectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
|
void |
setDatabaseName(String databaseName)
A database name in the Glue Data Catalog.
|
void |
setTableName(String tableName)
A table name in the Glue Data Catalog.
|
String |
toString()
Returns a string representation of this object.
|
GlueTable |
withCatalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
|
GlueTable |
withConnectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
|
GlueTable |
withDatabaseName(String databaseName)
A database name in the Glue Data Catalog.
|
GlueTable |
withTableName(String tableName)
A table name in the Glue Data Catalog.
|
public void setDatabaseName(String databaseName)
A database name in the Glue Data Catalog.
databaseName
- A database name in the Glue Data Catalog.public String getDatabaseName()
A database name in the Glue Data Catalog.
public GlueTable withDatabaseName(String databaseName)
A database name in the Glue Data Catalog.
databaseName
- A database name in the Glue Data Catalog.public void setTableName(String tableName)
A table name in the Glue Data Catalog.
tableName
- A table name in the Glue Data Catalog.public String getTableName()
A table name in the Glue Data Catalog.
public GlueTable withTableName(String tableName)
A table name in the Glue Data Catalog.
tableName
- A table name in the Glue Data Catalog.public void setCatalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
catalogId
- A unique identifier for the Glue Data Catalog.public String getCatalogId()
A unique identifier for the Glue Data Catalog.
public GlueTable withCatalogId(String catalogId)
A unique identifier for the Glue Data Catalog.
catalogId
- A unique identifier for the Glue Data Catalog.public void setConnectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
connectionName
- The name of the connection to the Glue Data Catalog.public String getConnectionName()
The name of the connection to the Glue Data Catalog.
public GlueTable withConnectionName(String connectionName)
The name of the connection to the Glue Data Catalog.
connectionName
- The name of the connection to the Glue Data Catalog.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.