Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PutRecordsRequestEntry> |
PutRecordsRequest.records
The records associated with the request.
|
Modifier and Type | Method and Description |
---|---|
PutRecordsRequestEntry |
PutRecordsRequestEntry.clone() |
PutRecordsRequestEntry |
PutRecordsRequestEntry.withData(java.nio.ByteBuffer data)
The data blob to put into the record, which is base64-encoded when the
blob is serialized.
|
PutRecordsRequestEntry |
PutRecordsRequestEntry.withExplicitHashKey(java.lang.String explicitHashKey)
The hash value used to determine explicitly the shard that the data
record is assigned to by overriding the partition key hash.
|
PutRecordsRequestEntry |
PutRecordsRequestEntry.withPartitionKey(java.lang.String partitionKey)
Determines which shard in the stream the data record is assigned to.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PutRecordsRequestEntry> |
PutRecordsRequest.getRecords()
The records associated with the request.
|
Modifier and Type | Method and Description |
---|---|
PutRecordsRequest |
PutRecordsRequest.withRecords(PutRecordsRequestEntry... records)
The records associated with the request.
|
Modifier and Type | Method and Description |
---|---|
void |
PutRecordsRequest.setRecords(java.util.Collection<PutRecordsRequestEntry> records)
The records associated with the request.
|
PutRecordsRequest |
PutRecordsRequest.withRecords(java.util.Collection<PutRecordsRequestEntry> records)
The records associated with the request.
|
Modifier and Type | Method and Description |
---|---|
PutRecordsRequestEntry |
PutRecordsRequestEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PutRecordsRequestEntryJsonMarshaller.marshall(PutRecordsRequestEntry putRecordsRequestEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|