public static interface BatchDeleteAgentError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteAgentError.Builder,BatchDeleteAgentError>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAgentError.Builder |
agentId(String agentId)
The ID of the agent or data collector to delete.
|
BatchDeleteAgentError.Builder |
errorCode(DeleteAgentErrorCode errorCode)
The type of error that occurred for the delete failed agent.
|
BatchDeleteAgentError.Builder |
errorCode(String errorCode)
The type of error that occurred for the delete failed agent.
|
BatchDeleteAgentError.Builder |
errorMessage(String errorMessage)
The description of the error that occurred for the delete failed agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteAgentError.Builder agentId(String agentId)
The ID of the agent or data collector to delete.
agentId - The ID of the agent or data collector to delete.BatchDeleteAgentError.Builder errorMessage(String errorMessage)
The description of the error that occurred for the delete failed agent.
errorMessage - The description of the error that occurred for the delete failed agent.BatchDeleteAgentError.Builder errorCode(String errorCode)
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
errorCode - The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE |
NOT_FOUND | INTERNAL_SERVER_ERROR.DeleteAgentErrorCode,
DeleteAgentErrorCodeBatchDeleteAgentError.Builder errorCode(DeleteAgentErrorCode errorCode)
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
errorCode - The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE |
NOT_FOUND | INTERNAL_SERVER_ERROR.DeleteAgentErrorCode,
DeleteAgentErrorCodeCopyright © 2023. All rights reserved.