public static interface BatchPutPropertyValuesResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<BatchPutPropertyValuesResponse.Builder,BatchPutPropertyValuesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyValuesResponse.Builder |
errorEntries(BatchPutPropertyErrorEntry... errorEntries)
Entries that caused errors in the batch put operation.
|
BatchPutPropertyValuesResponse.Builder |
errorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)
Entries that caused errors in the batch put operation.
|
BatchPutPropertyValuesResponse.Builder |
errorEntries(Consumer<BatchPutPropertyErrorEntry.Builder>... errorEntries)
Entries that caused errors in the batch put operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutPropertyValuesResponse.Builder errorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)
Entries that caused errors in the batch put operation.
errorEntries - Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.Builder errorEntries(BatchPutPropertyErrorEntry... errorEntries)
Entries that caused errors in the batch put operation.
errorEntries - Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.Builder errorEntries(Consumer<BatchPutPropertyErrorEntry.Builder>... errorEntries)
Entries that caused errors in the batch put operation.
This is a convenience method 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 #errorEntries(List) .errorEntries - a consumer that will call methods on List.Builder #errorEntries(List) Copyright © 2022. All rights reserved.