Class PutRecordRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutRecordRequest.Builder,PutRecordRequest>
Represents the input for PutRecord.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PutRecordRequest.Builderbuilder()final SdkBytesdata()The data blob to put into the record, which is base64-encoded when the blob is serialized.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringDetermines which shard in the stream the data record is assigned to.final StringGuarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key.static Class<? extends PutRecordRequest.Builder>final StringThe ARN of the stream.final StringstreamId()Not Implemented.final StringThe name of the stream to put the data record into.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
streamName
The name of the stream to put the data record into.
- Returns:
- The name of the stream to put the data record into.
-
data
The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (10 MiB).
- Returns:
- The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (10 MiB).
-
partitionKey
Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
- Returns:
- Determines which shard in the stream the data record is assigned to. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key. Amazon Kinesis Data Streams uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard. Specifically, an MD5 hash function is used to map partition keys to 128-bit integer values and to map associated data records to shards. As a result of this hashing mechanism, all data records with the same partition key map to the same shard within the stream.
-
explicitHashKey
The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.
- Returns:
- The hash value used to explicitly determine the shard the data record is assigned to by overriding the partition key hash.
-
sequenceNumberForOrdering
Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition key. Usage: set the
SequenceNumberForOrderingof record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records are coarsely ordered based on arrival time.- Returns:
- Guarantees strictly increasing sequence numbers, for puts from the same client and to the same partition
key. Usage: set the
SequenceNumberForOrderingof record n to the sequence number of record n-1 (as returned in the result when putting record n-1). If this parameter is not set, records are coarsely ordered based on arrival time.
-
streamARN
The ARN of the stream.
- Returns:
- The ARN of the stream.
-
streamId
Not Implemented. Reserved for future use.
- Returns:
- Not Implemented. Reserved for future use.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutRecordRequest.Builder,PutRecordRequest> - Specified by:
toBuilderin classKinesisRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-