Interface ListQuerySuggestionsBlockListsResponse.Builder

    • Method Detail

      • blockListSummaryItems

        ListQuerySuggestionsBlockListsResponse.Builder blockListSummaryItems​(Collection<QuerySuggestionsBlockListSummary> blockListSummaryItems)

        Summary items for a block list.

        This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

        For information on the current quota limits for block lists, see Quotas for Amazon Kendra.

        Parameters:
        blockListSummaryItems - Summary items for a block list.

        This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

        For information on the current quota limits for block lists, see Quotas for Amazon Kendra.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockListSummaryItems

        ListQuerySuggestionsBlockListsResponse.Builder blockListSummaryItems​(QuerySuggestionsBlockListSummary... blockListSummaryItems)

        Summary items for a block list.

        This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

        For information on the current quota limits for block lists, see Quotas for Amazon Kendra.

        Parameters:
        blockListSummaryItems - Summary items for a block list.

        This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

        For information on the current quota limits for block lists, see Quotas for Amazon Kendra.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQuerySuggestionsBlockListsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of block lists.

        Parameters:
        nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of block lists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.