Interface UpdateRecordsResponse.Builder

    • Method Detail

      • records

        UpdateRecordsResponse.Builder records​(Collection<Record> records)
        A list of records that have been updated.
        Parameters:
        records - A list of records that have been updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • records

        UpdateRecordsResponse.Builder records​(Record... records)
        A list of records that have been updated.
        Parameters:
        records - A list of records that have been updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.