@UriParams public class DdbConfiguration extends Object
Constructor and Description |
---|
DdbConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey() |
com.amazonaws.services.dynamodbv2.AmazonDynamoDB |
getAmazonDDBClient() |
String |
getAmazonDdbEndpoint() |
String |
getKeyAttributeName() |
String |
getKeyAttributeType() |
DdbOperations |
getOperation() |
String |
getProxyHost()
To define a proxy host when instantiating the SQS client
|
Integer |
getProxyPort()
To define a proxy port when instantiating the SQS client
|
Long |
getReadCapacity() |
String |
getSecretKey() |
String |
getTableName() |
Long |
getWriteCapacity() |
boolean |
isConsistentRead() |
void |
setAccessKey(String accessKey)
Amazon AWS Access Key
|
void |
setAmazonDDBClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDDBClient)
To use the AmazonDynamoDB as the client
|
void |
setAmazonDdbEndpoint(String amazonDdbEndpoint)
The region with which the AWS-DDB client wants to work with.
|
void |
setConsistentRead(boolean consistentRead)
Determines whether or not strong consistency should be enforced when data is read.
|
void |
setKeyAttributeName(String keyAttributeName)
Attribute name when creating table
|
void |
setKeyAttributeType(String keyAttributeType)
Attribute type when creating table
|
void |
setOperation(DdbOperations operation)
What operation to perform
|
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(Integer proxyPort) |
void |
setReadCapacity(Long readCapacity)
The provisioned throughput to reserve for reading resources from your table
|
void |
setSecretKey(String secretKey)
Amazon AWS Secret Key
|
void |
setTableName(String tableName)
The name of the table currently worked with.
|
void |
setWriteCapacity(Long writeCapacity)
The provisioned throughput to reserved for writing resources to your table
|
public void setAmazonDdbEndpoint(String amazonDdbEndpoint)
public String getAmazonDdbEndpoint()
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public com.amazonaws.services.dynamodbv2.AmazonDynamoDB getAmazonDDBClient()
public void setAmazonDDBClient(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDDBClient)
public String getTableName()
public void setTableName(String tableName)
public DdbOperations getOperation()
public void setOperation(DdbOperations operation)
public boolean isConsistentRead()
public void setConsistentRead(boolean consistentRead)
public Long getReadCapacity()
public void setReadCapacity(Long readCapacity)
public Long getWriteCapacity()
public void setWriteCapacity(Long writeCapacity)
public String getKeyAttributeName()
public void setKeyAttributeName(String keyAttributeName)
public String getKeyAttributeType()
public void setKeyAttributeType(String keyAttributeType)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
Apache Camel