CopyableBuilder<PutRecordResponse.Builder,PutRecordResponse>
, SdkBuilder<PutRecordResponse.Builder,PutRecordResponse>
public static interface PutRecordResponse.Builder extends CopyableBuilder<PutRecordResponse.Builder,PutRecordResponse>
Modifier and Type | Method | Description |
---|---|---|
PutRecordResponse.Builder |
sequenceNumber(String sequenceNumber) |
The sequence number identifier that was assigned to the put data record.
|
PutRecordResponse.Builder |
shardId(String shardId) |
The shard ID of the shard where the data record was placed.
|
copy
apply, build
PutRecordResponse.Builder shardId(String shardId)
The shard ID of the shard where the data record was placed.
shardId
- The shard ID of the shard where the data record was placed.PutRecordResponse.Builder sequenceNumber(String sequenceNumber)
The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.
sequenceNumber
- The sequence number identifier that was assigned to the put data record. The sequence number for the
record is unique across all records in the stream. A sequence number is the identifier associated with
every record put into the stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.