Interface GetEntityRecordsResponse.Builder

    • Method Detail

      • records

        GetEntityRecordsResponse.Builder records​(Collection<Document> records)

        A list of the requested objects.

        Parameters:
        records - A list of the requested objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • records

        GetEntityRecordsResponse.Builder records​(Document... records)

        A list of the requested objects.

        Parameters:
        records - A list of the requested objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetEntityRecordsResponse.Builder nextToken​(String nextToken)

        A continuation token, present if the current segment is not the last.

        Parameters:
        nextToken - A continuation token, present if the current segment is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.