Interface BatchUpdateDetectorResponse.Builder

    • Method Detail

      • batchUpdateDetectorErrorEntries

        BatchUpdateDetectorResponse.Builder batchUpdateDetectorErrorEntries​(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)

        A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)

        Parameters:
        batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchUpdateDetectorErrorEntries

        BatchUpdateDetectorResponse.Builder batchUpdateDetectorErrorEntries​(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)

        A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)

        Parameters:
        batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.