@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DynamoDBCatalogSource extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a DynamoDB data source in the Glue Data Catalog.
Constructor and Description |
---|
DynamoDBCatalogSource() |
Modifier and Type | Method and Description |
---|---|
DynamoDBCatalogSource |
clone() |
boolean |
equals(Object obj) |
String |
getDatabase()
The name of the database to read from.
|
String |
getName()
The name of the data source.
|
String |
getTable()
The name of the table in the database to read from.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabase(String database)
The name of the database to read from.
|
void |
setName(String name)
The name of the data source.
|
void |
setTable(String table)
The name of the table in the database to read from.
|
String |
toString()
Returns a string representation of this object.
|
DynamoDBCatalogSource |
withDatabase(String database)
The name of the database to read from.
|
DynamoDBCatalogSource |
withName(String name)
The name of the data source.
|
DynamoDBCatalogSource |
withTable(String table)
The name of the table in the database to read from.
|
public void setName(String name)
The name of the data source.
name
- The name of the data source.public String getName()
The name of the data source.
public DynamoDBCatalogSource withName(String name)
The name of the data source.
name
- The name of the data source.public void setDatabase(String database)
The name of the database to read from.
database
- The name of the database to read from.public String getDatabase()
The name of the database to read from.
public DynamoDBCatalogSource withDatabase(String database)
The name of the database to read from.
database
- The name of the database to read from.public void setTable(String table)
The name of the table in the database to read from.
table
- The name of the table in the database to read from.public String getTable()
The name of the table in the database to read from.
public DynamoDBCatalogSource withTable(String table)
The name of the table in the database to read from.
table
- The name of the table in the database to read from.public String toString()
toString
in class Object
Object.toString()
public DynamoDBCatalogSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.