public static interface BatchDeleteDetectorResponse.Builder extends IotEventsDataResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteDetectorResponse.Builder,BatchDeleteDetectorResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDetectorResponse.Builder |
batchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
BatchDeleteDetectorResponse.Builder |
batchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
BatchDeleteDetectorResponse.Builder |
batchDeleteDetectorErrorEntries(Consumer<BatchDeleteDetectorErrorEntry.Builder>... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[]) if there are no errors. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteDetectorResponse.Builder batchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array ([]) if there are no errors.
Each error entry contains a messageId that helps you identify the entry that failed.
batchDeleteDetectorErrorEntries - A list of errors associated with the request, or an empty array ([]) if there are no
errors. Each error entry contains a messageId that helps you identify the entry that
failed.BatchDeleteDetectorResponse.Builder batchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array ([]) if there are no errors.
Each error entry contains a messageId that helps you identify the entry that failed.
batchDeleteDetectorErrorEntries - A list of errors associated with the request, or an empty array ([]) if there are no
errors. Each error entry contains a messageId that helps you identify the entry that
failed.BatchDeleteDetectorResponse.Builder batchDeleteDetectorErrorEntries(Consumer<BatchDeleteDetectorErrorEntry.Builder>... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array ([]) if there are no errors.
Each error entry contains a messageId that helps you identify the entry that failed.
BatchDeleteDetectorErrorEntry.Builder avoiding
the need to create one manually via
BatchDeleteDetectorErrorEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #batchDeleteDetectorErrorEntries(List.
batchDeleteDetectorErrorEntries - a consumer that will call methods on
BatchDeleteDetectorErrorEntry.Builder#batchDeleteDetectorErrorEntries(java.util.Collection) Copyright © 2023. All rights reserved.