public static interface PutRecordsRequest.Builder extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<PutRecordsRequest.Builder,PutRecordsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutRecordsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutRecordsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutRecordsRequest.Builder |
records(Collection<PutRecordsRequestEntry> records)
The records associated with the request.
|
PutRecordsRequest.Builder |
records(Consumer<PutRecordsRequestEntry.Builder>... records)
The records associated with the request.
|
PutRecordsRequest.Builder |
records(PutRecordsRequestEntry... records)
The records associated with the request.
|
PutRecordsRequest.Builder |
streamARN(String streamARN)
The ARN of the stream.
|
PutRecordsRequest.Builder |
streamName(String streamName)
The stream name associated with the request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 records(Consumer<PutRecordsRequestEntry.Builder>... records)
The records associated with the request.
This is a convenience method that creates an instance of thePutRecordsRequestEntry.Builder avoiding the need to
create one manually via
PutRecordsRequestEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #records(List.
records - a consumer that will call methods on
PutRecordsRequestEntry.Builder#records(java.util.Collection) PutRecordsRequest.Builder streamName(String streamName)
The stream name associated with the request.
streamName - The stream name associated with the request.PutRecordsRequest.Builder streamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.PutRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.