Interface ListAiGuardrailsResponse.Builder

    • Method Detail

      • aiGuardrailSummaries

        ListAiGuardrailsResponse.Builder aiGuardrailSummaries​(Collection<AIGuardrailSummary> aiGuardrailSummaries)

        The summaries of the AI Guardrails.

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

        ListAiGuardrailsResponse.Builder aiGuardrailSummaries​(AIGuardrailSummary... aiGuardrailSummaries)

        The summaries of the AI Guardrails.

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

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