Interface ListAiPromptVersionsResponse.Builder

    • Method Detail

      • aiPromptVersionSummaries

        ListAiPromptVersionsResponse.Builder aiPromptVersionSummaries​(Collection<AIPromptVersionSummary> aiPromptVersionSummaries)

        The summaries of the AI Prompt versions.

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

        ListAiPromptVersionsResponse.Builder aiPromptVersionSummaries​(AIPromptVersionSummary... aiPromptVersionSummaries)

        The summaries of the AI Prompt versions.

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

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