ToCopyableBuilder<GetRecordsResponse.Builder,GetRecordsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetRecordsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetRecordsResponse.Builder,GetRecordsResponse>
Represents the output for GetRecords.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRecordsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetRecordsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
millisBehindLatest() |
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far
behind current time the consumer is.
|
String |
nextShardIterator() |
The next position in the shard from which to start sequentially reading data records.
|
List<Record> |
records() |
The data records retrieved from the shard.
|
static Class<? extends GetRecordsResponse.Builder> |
serializableBuilderClass() |
|
GetRecordsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Record> records()
The data records retrieved from the shard.
public String nextShardIterator()
The next position in the shard from which to start sequentially reading data records. If set to null
, the shard has been closed and the requested iterator will not return any more data.
null
, the shard has been closed and the requested iterator will not return any more data.public Long millisBehindLatest()
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is. A value of zero indicates record processing is caught up, and there are no new records to process at this moment.
public GetRecordsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRecordsResponse.Builder,GetRecordsResponse>
public static GetRecordsResponse.Builder builder()
public static Class<? extends GetRecordsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.