public static interface PutRecordsRequest.Builder extends KinesisRequest.Builder, CopyableBuilder<PutRecordsRequest.Builder,PutRecordsRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutRecordsRequest.Builder |
streamName(String streamName)
The stream name associated with the request.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
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.PutRecordsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.