Interface ListGuardrailsRequest.Builder

    • Method Detail

      • guardrailIdentifier

        ListGuardrailsRequest.Builder guardrailIdentifier​(String guardrailIdentifier)

        The unique identifier of the guardrail. This can be an ID or the ARN.

        Parameters:
        guardrailIdentifier - The unique identifier of the guardrail. This can be an ID or the ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListGuardrailsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in the response.

        Parameters:
        maxResults - The maximum number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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