public static interface BatchPutAssetPropertyValueResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchPutAssetPropertyValueResponse.Builder,BatchPutAssetPropertyValueResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchPutAssetPropertyValueResponse.Builder |
errorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch put request.
|
BatchPutAssetPropertyValueResponse.Builder |
errorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request.
|
BatchPutAssetPropertyValueResponse.Builder |
errorEntries(Consumer<BatchPutAssetPropertyErrorEntry.Builder>... errorEntries)
A list of the errors (if any) associated with the batch put request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutAssetPropertyValueResponse.Builder errorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
errorEntries - A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.BatchPutAssetPropertyValueResponse.Builder errorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
errorEntries - A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.BatchPutAssetPropertyValueResponse.Builder errorEntries(Consumer<BatchPutAssetPropertyErrorEntry.Builder>... errorEntries)
A list of the errors (if any) associated with the batch put request. Each error entry contains the
entryId of the entry that failed.
BatchPutAssetPropertyErrorEntry.Builder avoiding
the need to create one manually via
BatchPutAssetPropertyErrorEntry.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
BatchPutAssetPropertyErrorEntry.Builder#errorEntries(java.util.Collection) Copyright © 2023. All rights reserved.