CopyableBuilder<PutRecordsRequest.Builder,PutRecordsRequest>, SdkBuilder<PutRecordsRequest.Builder,PutRecordsRequest>public static interface PutRecordsRequest.Builder extends CopyableBuilder<PutRecordsRequest.Builder,PutRecordsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
PutRecordsRequest.Builder |
records(Collection<PutRecordsRequestEntry> records) |
The records associated with the request.
|
PutRecordsRequest.Builder |
records(PutRecordsRequestEntry... records) |
The records associated with the request.
|
PutRecordsRequest.Builder |
streamName(String streamName) |
The stream name associated with the request.
|
copyapply, buildPutRecordsRequest.Builder records(Collection<PutRecordsRequestEntry> records)
The records associated with the request.
records - The records associated with the request.PutRecordsRequest.Builder records(PutRecordsRequestEntry... records)
The records associated with the request.
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 - The records associated with the request.PutRecordsRequest.Builder streamName(String streamName)
The stream name associated with the request.
streamName - The stream name associated with the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.