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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder 
 avoiding the need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called
 immediately and its result is passed to #batchPutMessageErrorEntries(List) 
 .batchPutMessageErrorEntries - a consumer that will call methods on List.Builder #batchPutMessageErrorEntries(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.