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 theBatchPutPropertyErrorEntry.Builder avoiding the
need to create one manually via
BatchPutPropertyErrorEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errorEntries(List.
errorEntries - a consumer that will call methods on
BatchPutPropertyErrorEntry.Builder#errorEntries(java.util.Collection) Copyright © 2023. All rights reserved.