Interface ListAiGuardrailVersionsResponse.Builder

    • Method Detail

      • aiGuardrailVersionSummaries

        ListAiGuardrailVersionsResponse.Builder aiGuardrailVersionSummaries​(Collection<AIGuardrailVersionSummary> aiGuardrailVersionSummaries)

        The summaries of the AI Guardrail versions.

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

        ListAiGuardrailVersionsResponse.Builder aiGuardrailVersionSummaries​(AIGuardrailVersionSummary... aiGuardrailVersionSummaries)

        The summaries of the AI Guardrail versions.

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

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