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