Interface UpdateRequestValidatorResponse.Builder

    • Method Detail

      • id

        UpdateRequestValidatorResponse.Builder id​(String id)

        The identifier of this RequestValidator.

        Parameters:
        id - The identifier of this RequestValidator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateRequestValidatorResponse.Builder name​(String name)

        The name of this RequestValidator

        Parameters:
        name - The name of this RequestValidator
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validateRequestBody

        UpdateRequestValidatorResponse.Builder validateRequestBody​(Boolean validateRequestBody)

        A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

        Parameters:
        validateRequestBody - A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validateRequestParameters

        UpdateRequestValidatorResponse.Builder validateRequestParameters​(Boolean validateRequestParameters)

        A Boolean flag to indicate whether to validate request parameters (true) or not ( false).

        Parameters:
        validateRequestParameters - A Boolean flag to indicate whether to validate request parameters (true) or not ( false).
        Returns:
        Returns a reference to this object so that method calls can be chained together.