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