Interface SearchPromptsResponse.Builder

    • Method Detail

      • prompts

        SearchPromptsResponse.Builder prompts​(Collection<Prompt> prompts)

        Information about the prompts.

        Parameters:
        prompts - Information about the prompts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prompts

        SearchPromptsResponse.Builder prompts​(Prompt... prompts)

        Information about the prompts.

        Parameters:
        prompts - Information about the prompts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchPromptsResponse.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.
      • approximateTotalCount

        SearchPromptsResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total number of quick connects which matched your search query.

        Parameters:
        approximateTotalCount - The total number of quick connects which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.