Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRecordsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
Represents the input for GetRecords.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRecordsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetRecordsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of records to return.
|
static Class<? extends GetRecordsRequest.Builder> |
serializableBuilderClass() |
|
String |
shardIterator() |
The position in the shard from which you want to start sequentially reading data records.
|
GetRecordsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String shardIterator()
The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
public Integer limit()
The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is greater
than 10,000, GetRecords throws InvalidArgumentException
.
InvalidArgumentException
.public GetRecordsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
public static GetRecordsRequest.Builder builder()
public static Class<? extends GetRecordsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.