public static interface PutRecordResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<PutRecordResponse.Builder,PutRecordResponse>
Modifier and Type | Method and Description |
---|---|
PutRecordResponse.Builder |
encryptionType(EncryptionType encryptionType)
The encryption type to use on the record.
|
PutRecordResponse.Builder |
encryptionType(String encryptionType)
The encryption type to use on the record.
|
PutRecordResponse.Builder |
sequenceNumber(String sequenceNumber)
The sequence number identifier that was assigned to the put data record.
|
PutRecordResponse.Builder |
shardId(String shardId)
The shard ID of the shard where the data record was placed.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutRecordResponse.Builder shardId(String shardId)
The shard ID of the shard where the data record was placed.
shardId
- The shard ID of the shard where the data record was placed.PutRecordResponse.Builder sequenceNumber(String sequenceNumber)
The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.
sequenceNumber
- The sequence number identifier that was assigned to the put data record. The sequence number for the
record is unique across all records in the stream. A sequence number is the identifier associated with
every record put into the stream.PutRecordResponse.Builder encryptionType(String encryptionType)
The encryption type to use on the record. This parameter can be one of the following values:
NONE
: Do not encrypt the records in the stream.
KMS
: Use server-side encryption on the records in the stream using a customer-managed AWS KMS
key.
encryptionType
- The encryption type to use on the record. This parameter can be one of the following values:
NONE
: Do not encrypt the records in the stream.
KMS
: Use server-side encryption on the records in the stream using a customer-managed AWS
KMS key.
EncryptionType
,
EncryptionType
PutRecordResponse.Builder encryptionType(EncryptionType encryptionType)
The encryption type to use on the record. This parameter can be one of the following values:
NONE
: Do not encrypt the records in the stream.
KMS
: Use server-side encryption on the records in the stream using a customer-managed AWS KMS
key.
encryptionType
- The encryption type to use on the record. This parameter can be one of the following values:
NONE
: Do not encrypt the records in the stream.
KMS
: Use server-side encryption on the records in the stream using a customer-managed AWS
KMS key.
EncryptionType
,
EncryptionType
Copyright © 2021. All rights reserved.