Interface EvaluateMappingTemplateResponse.Builder

    • Method Detail

      • evaluationResult

        EvaluateMappingTemplateResponse.Builder evaluationResult​(String evaluationResult)

        The mapping template; this can be a request or response template.

        Parameters:
        evaluationResult - The mapping template; this can be a request or response template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logs

        EvaluateMappingTemplateResponse.Builder logs​(Collection<String> logs)

        A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.

        Parameters:
        logs - A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logs

        EvaluateMappingTemplateResponse.Builder logs​(String... logs)

        A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.

        Parameters:
        logs - A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.