Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRecordsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
Represents the input of a GetRecords
operation.
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 from the shard.
|
static Class<? extends GetRecordsRequest.Builder> |
serializableBuilderClass() |
|
String |
shardIterator() |
A shard iterator that was retrieved from a previous GetShardIterator operation.
|
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()
A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
public Integer limit()
The maximum number of records to return from the shard. The upper limit is 1000.
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.