public static interface BatchUpdateDetectorErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateDetectorErrorEntry.Builder,BatchUpdateDetectorErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorErrorEntry.Builder |
errorCode(ErrorCode errorCode)
The error code.
|
BatchUpdateDetectorErrorEntry.Builder |
errorCode(String errorCode)
The error code.
|
BatchUpdateDetectorErrorEntry.Builder |
errorMessage(String errorMessage)
A message that describes the error.
|
BatchUpdateDetectorErrorEntry.Builder |
messageId(String messageId)
The
"messageId" of the update request that caused the error. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateDetectorErrorEntry.Builder messageId(String messageId)
The "messageId" of the update request that caused the error. (The value of the
"messageId" in the update request "Detector" object.)
messageId - The "messageId" of the update request that caused the error. (The value of the
"messageId" in the update request "Detector" object.)BatchUpdateDetectorErrorEntry.Builder errorCode(String errorCode)
The error code.
BatchUpdateDetectorErrorEntry.Builder errorCode(ErrorCode errorCode)
The error code.
BatchUpdateDetectorErrorEntry.Builder errorMessage(String errorMessage)
A message that describes the error.
errorMessage - A message that describes the error.Copyright © 2023. All rights reserved.