Interface ListGuardrailsResponse.Builder

    • Method Detail

      • guardrails

        ListGuardrailsResponse.Builder guardrails​(Collection<GuardrailSummary> guardrails)

        A list of objects, each of which contains details about a guardrail.

        Parameters:
        guardrails - A list of objects, each of which contains details about a guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • guardrails

        ListGuardrailsResponse.Builder guardrails​(GuardrailSummary... guardrails)

        A list of objects, each of which contains details about a guardrail.

        Parameters:
        guardrails - A list of objects, each of which contains details about a guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGuardrailsResponse.Builder nextToken​(String nextToken)

        If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.

        Parameters:
        nextToken - If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.