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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
PutRecordsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.