Interface BatchDeleteAgentsResponse.Builder

    • Method Detail

      • errors

        BatchDeleteAgentsResponse.Builder errors​(Collection<BatchDeleteAgentError> errors)

        A list of agent IDs that failed to delete during the deletion task, each paired with an error message.

        Parameters:
        errors - A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchDeleteAgentsResponse.Builder errors​(BatchDeleteAgentError... errors)

        A list of agent IDs that failed to delete during the deletion task, each paired with an error message.

        Parameters:
        errors - A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.