public class BatchGetItemSpec extends AbstractSpec<BatchGetItemRequest>
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<TableKeysAndAttributes> |
tableKeyAndAttributes |
private java.util.Map<java.lang.String,KeysAndAttributes> |
unprocessedKeys |
Constructor and Description |
---|
BatchGetItemSpec() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReturnConsumedCapacity() |
java.util.Collection<TableKeysAndAttributes> |
getTableKeysAndAttributes() |
java.util.Map<java.lang.String,KeysAndAttributes> |
getUnprocessedKeys() |
BatchGetItemSpec |
withProgressListener(ProgressListener progressListener) |
BatchGetItemSpec |
withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
BatchGetItemSpec |
withReturnConsumedCapacity(ReturnConsumedCapacity capacity) |
BatchGetItemSpec |
withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes) |
BatchGetItemSpec |
withUnprocessedKeys(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys) |
getProgressListener, getRequest, getRequestMetricCollector, setProgressListener, setRequestMetricCollector
private java.util.Collection<TableKeysAndAttributes> tableKeyAndAttributes
private java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys
public java.util.Collection<TableKeysAndAttributes> getTableKeysAndAttributes()
public BatchGetItemSpec withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes)
public java.lang.String getReturnConsumedCapacity()
public BatchGetItemSpec withReturnConsumedCapacity(ReturnConsumedCapacity capacity)
public BatchGetItemSpec withProgressListener(ProgressListener progressListener)
withProgressListener
in class AbstractSpec<BatchGetItemRequest>
public BatchGetItemSpec withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
withRequestMetricCollector
in class AbstractSpec<BatchGetItemRequest>
public java.util.Map<java.lang.String,KeysAndAttributes> getUnprocessedKeys()
public BatchGetItemSpec withUnprocessedKeys(java.util.Map<java.lang.String,KeysAndAttributes> unprocessedKeys)