public static interface BatchResetAlarmResponse.Builder extends IotEventsDataResponse.Builder, SdkPojo, CopyableBuilder<BatchResetAlarmResponse.Builder,BatchResetAlarmResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchResetAlarmResponse.Builder |
errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchResetAlarmResponse.Builder |
errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchResetAlarmResponse.Builder |
errorEntries(Consumer<BatchAlarmActionErrorEntry.Builder>... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchResetAlarmResponse.Builder errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or null if there are no errors. Each error entry
contains an entry ID that helps you identify the entry that failed.
errorEntries - A list of errors associated with the request, or null if there are no errors. Each error
entry contains an entry ID that helps you identify the entry that failed.BatchResetAlarmResponse.Builder errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or null if there are no errors. Each error entry
contains an entry ID that helps you identify the entry that failed.
errorEntries - A list of errors associated with the request, or null if there are no errors. Each error
entry contains an entry ID that helps you identify the entry that failed.BatchResetAlarmResponse.Builder errorEntries(Consumer<BatchAlarmActionErrorEntry.Builder>... errorEntries)
A list of errors associated with the request, or null if there are no errors. Each error entry
contains an entry ID that helps you identify the entry that failed.
BatchAlarmActionErrorEntry.Builder avoiding the
need to create one manually via
BatchAlarmActionErrorEntry.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
BatchAlarmActionErrorEntry.Builder#errorEntries(java.util.Collection) Copyright © 2023. All rights reserved.