CopyableBuilder<PutRecordBatchRequest.Builder,PutRecordBatchRequest>
, SdkBuilder<PutRecordBatchRequest.Builder,PutRecordBatchRequest>
public static interface PutRecordBatchRequest.Builder extends CopyableBuilder<PutRecordBatchRequest.Builder,PutRecordBatchRequest>
Modifier and Type | Method | Description |
---|---|---|
PutRecordBatchRequest.Builder |
deliveryStreamName(String deliveryStreamName) |
The name of the delivery stream.
|
PutRecordBatchRequest.Builder |
records(Collection<Record> records) |
One or more records.
|
PutRecordBatchRequest.Builder |
records(Record... records) |
One or more records.
|
copy
apply, build
PutRecordBatchRequest.Builder deliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName
- The name of the delivery stream.PutRecordBatchRequest.Builder records(Collection<Record> records)
One or more records.
records
- One or more records.PutRecordBatchRequest.Builder records(Record... records)
One or more records.
NOTE: This method appends the values to the existing list (if any). Use
#setRecords(java.util.Collection)
or #withRecords(java.util.Collection)
if you want to
override the existing values.
records
- One or more records.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.