Interface ListPromptsResponse.Builder

    • Method Detail

      • promptSummaryList

        ListPromptsResponse.Builder promptSummaryList​(Collection<PromptSummary> promptSummaryList)

        Information about the prompts.

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

        ListPromptsResponse.Builder promptSummaryList​(PromptSummary... promptSummaryList)

        Information about the prompts.

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

        ListPromptsResponse.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.