Uses of Interface
software.amazon.awssdk.services.kinesis.model.PutRecordsRequestEntry.Builder
Packages that use PutRecordsRequestEntry.Builder
-
Uses of PutRecordsRequestEntry.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return PutRecordsRequestEntry.BuilderModifier and TypeMethodDescriptionPutRecordsRequestEntry.builder()The data blob to put into the record, which is base64-encoded when the blob is serialized.PutRecordsRequestEntry.Builder.explicitHashKey(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.Builder.partitionKey(String partitionKey) Determines which shard in the stream the data record is assigned to.PutRecordsRequestEntry.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type PutRecordsRequestEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutRecordsRequestEntry.Builder>PutRecordsRequestEntry.serializableBuilderClass()