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.
List.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 © 2021. All rights reserved.