Interface ListAiPromptsResponse.Builder

    • Method Detail

      • aiPromptSummaries

        ListAiPromptsResponse.Builder aiPromptSummaries​(Collection<AIPromptSummary> aiPromptSummaries)

        The summaries of the AI Prompts.

        Parameters:
        aiPromptSummaries - The summaries of the AI Prompts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aiPromptSummaries

        ListAiPromptsResponse.Builder aiPromptSummaries​(AIPromptSummary... aiPromptSummaries)

        The summaries of the AI Prompts.

        Parameters:
        aiPromptSummaries - The summaries of the AI Prompts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAiPromptsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.