Java com.amazonaws.services.kinesis.model PutRecordsRequestEntry fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesis.model PutRecordsRequestEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kinesis.model PutRecordsRequestEntry.

The text is from its open source code.

Constructor

Method

PutRecordsRequestEntryclone()
java.nio.ByteBuffergetData()

The data blob to put into the record, which is base64-encoded when the blob is serialized.

StringgetPartitionKey()

Determines which shard in the stream the data record is assigned to.

voidsetData(java.nio.ByteBuffer data)

The data blob to put into the record, which is base64-encoded when the blob is serialized.

voidsetExplicitHashKey(String explicitHashKey)

The hash value used to determine explicitly the shard that the data record is assigned to by overriding the partition key hash.

voidsetPartitionKey(String partitionKey)

Determines which shard in the stream the data record is assigned to.