public static interface BatchPutMessageResponse.Builder extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<BatchPutMessageResponse.Builder,BatchPutMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageResponse.Builder |
batchPutMessageErrorEntries(BatchPutMessageErrorEntry... batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
|
BatchPutMessageResponse.Builder |
batchPutMessageErrorEntries(Collection<BatchPutMessageErrorEntry> batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
|
BatchPutMessageResponse.Builder |
batchPutMessageErrorEntries(Consumer<BatchPutMessageErrorEntry.Builder>... batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutMessageResponse.Builder batchPutMessageErrorEntries(Collection<BatchPutMessageErrorEntry> batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
batchPutMessageErrorEntries - A list of any errors encountered when sending the messages to the channel.BatchPutMessageResponse.Builder batchPutMessageErrorEntries(BatchPutMessageErrorEntry... batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
batchPutMessageErrorEntries - A list of any errors encountered when sending the messages to the channel.BatchPutMessageResponse.Builder batchPutMessageErrorEntries(Consumer<BatchPutMessageErrorEntry.Builder>... batchPutMessageErrorEntries)
A list of any errors encountered when sending the messages to the channel.
This is a convenience method that creates an instance of theBatchPutMessageErrorEntry.Builder avoiding the
need to create one manually via
BatchPutMessageErrorEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #batchPutMessageErrorEntries(List.
batchPutMessageErrorEntries - a consumer that will call methods on
BatchPutMessageErrorEntry.Builder#batchPutMessageErrorEntries(java.util.Collection) Copyright © 2023. All rights reserved.