public class GetRecordsRequestAdapter
extends com.amazonaws.services.dynamodbv2.model.GetRecordsRequest
| Constructor and Description |
|---|
GetRecordsRequestAdapter(com.amazonaws.services.kinesis.model.GetRecordsRequest request)
Constructs a new request from an Amazon Kinesis object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getLimit() |
java.lang.String |
getShardIterator() |
void |
setLimit(java.lang.Integer limit) |
void |
setShardIterator(java.lang.String shardIterator) |
com.amazonaws.services.dynamodbv2.model.GetRecordsRequest |
withLimit(java.lang.Integer limit) |
com.amazonaws.services.dynamodbv2.model.GetRecordsRequest |
withShardIterator(java.lang.String shardIterator) |
clone, equals, hashCode, toStringaddHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetRecordsRequestAdapter(com.amazonaws.services.kinesis.model.GetRecordsRequest request)
request - Instance of AmazonKinesis GetRecordsReqestpublic java.lang.Integer getLimit()
getLimit in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequestpublic void setLimit(java.lang.Integer limit)
setLimit in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequestlimit - The maximum number of records to return.public com.amazonaws.services.dynamodbv2.model.GetRecordsRequest withLimit(java.lang.Integer limit)
withLimit in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequestlimit - The maximum number of records to return.public java.lang.String getShardIterator()
getShardIterator in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequestpublic void setShardIterator(java.lang.String shardIterator)
setShardIterator in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequestshardIterator - The position in the shard from which you want to start sequentially
reading data records.public com.amazonaws.services.dynamodbv2.model.GetRecordsRequest withShardIterator(java.lang.String shardIterator)
withShardIterator in class com.amazonaws.services.dynamodbv2.model.GetRecordsRequestshardIterator - The position in the shard from which you want to start sequentially
reading data records.