public static interface BatchUpdateDetectorResponse.Builder extends IotEventsDataResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateDetectorResponse.Builder,BatchUpdateDetectorResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorResponse.Builder |
batchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
BatchUpdateDetectorResponse.Builder |
batchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
BatchUpdateDetectorResponse.Builder |
batchUpdateDetectorErrorEntries(Consumer<BatchUpdateDetectorErrorEntry.Builder>... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateDetectorResponse.Builder batchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific
update did not occur.)BatchUpdateDetectorResponse.Builder batchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific
update did not occur.)BatchUpdateDetectorResponse.Builder batchUpdateDetectorErrorEntries(Consumer<BatchUpdateDetectorErrorEntry.Builder>... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
This is a convenience method that creates an instance of theBatchUpdateDetectorErrorEntry.Builder avoiding
the need to create one manually via
BatchUpdateDetectorErrorEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #batchUpdateDetectorErrorEntries(List.
batchUpdateDetectorErrorEntries - a consumer that will call methods on
BatchUpdateDetectorErrorEntry.Builder#batchUpdateDetectorErrorEntries(java.util.Collection) Copyright © 2023. All rights reserved.