Interface BatchDeleteAgentError.Builder

    • Method Detail

      • agentId

        BatchDeleteAgentError.Builder agentId​(String agentId)

        The ID of the agent or data collector to delete.

        Parameters:
        agentId - The ID of the agent or data collector to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BatchDeleteAgentError.Builder errorMessage​(String errorMessage)

        The description of the error that occurred for the delete failed agent.

        Parameters:
        errorMessage - The description of the error that occurred for the delete failed agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        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.

        Parameters:
        errorCode - The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeleteAgentErrorCode, DeleteAgentErrorCode
      • errorCode

        BatchDeleteAgentError.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.

        Parameters:
        errorCode - The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeleteAgentErrorCode, DeleteAgentErrorCode