@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DynamoDBTarget extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an Amazon DynamoDB table to crawl.
| Constructor and Description |
|---|
DynamoDBTarget() |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBTarget |
clone() |
boolean |
equals(Object obj) |
String |
getPath()
The name of the DynamoDB table to crawl.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPath(String path)
The name of the DynamoDB table to crawl.
|
String |
toString()
Returns a string representation of this object.
|
DynamoDBTarget |
withPath(String path)
The name of the DynamoDB table to crawl.
|
public void setPath(String path)
The name of the DynamoDB table to crawl.
path - The name of the DynamoDB table to crawl.public String getPath()
The name of the DynamoDB table to crawl.
public DynamoDBTarget withPath(String path)
The name of the DynamoDB table to crawl.
path - The name of the DynamoDB table to crawl.public String toString()
toString in class ObjectObject.toString()public DynamoDBTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.