public static interface BatchAlarmActionErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchAlarmActionErrorEntry.Builder,BatchAlarmActionErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchAlarmActionErrorEntry.Builder |
errorCode(ErrorCode errorCode)
The error code.
|
BatchAlarmActionErrorEntry.Builder |
errorCode(String errorCode)
The error code.
|
BatchAlarmActionErrorEntry.Builder |
errorMessage(String errorMessage)
A message that describes the error.
|
BatchAlarmActionErrorEntry.Builder |
requestId(String requestIdValue)
The request ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAlarmActionErrorEntry.Builder requestId(String requestIdValue)
The request ID. Each ID must be unique within each batch.
requestIdValue - The request ID. Each ID must be unique within each batch.BatchAlarmActionErrorEntry.Builder errorCode(String errorCode)
The error code.
BatchAlarmActionErrorEntry.Builder errorCode(ErrorCode errorCode)
The error code.
BatchAlarmActionErrorEntry.Builder errorMessage(String errorMessage)
A message that describes the error.
errorMessage - A message that describes the error.Copyright © 2023. All rights reserved.