Interface BatchDeleteDetectorResponse.Builder

    • Method Detail

      • batchDeleteDetectorErrorEntries

        BatchDeleteDetectorResponse.Builder batchDeleteDetectorErrorEntries​(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)

        A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.

        Parameters:
        batchDeleteDetectorErrorEntries - A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchDeleteDetectorErrorEntries

        BatchDeleteDetectorResponse.Builder batchDeleteDetectorErrorEntries​(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)

        A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.

        Parameters:
        batchDeleteDetectorErrorEntries - A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.