Interface SearchContentResponse.Builder

    • Method Detail

      • contentSummaries

        SearchContentResponse.Builder contentSummaries​(Collection<ContentSummary> contentSummaries)

        Summary information about the content.

        Parameters:
        contentSummaries - Summary information about the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentSummaries

        SearchContentResponse.Builder contentSummaries​(ContentSummary... contentSummaries)

        Summary information about the content.

        Parameters:
        contentSummaries - Summary information about the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchContentResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.