Interface RunPipelineActivityResponse.Builder

  • Method Details

    • payloads

      The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

      Parameters:
      payloads - The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • payloads

      The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)

      Parameters:
      payloads - The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logResult

      In case the pipeline activity fails, the log message that is generated.

      Parameters:
      logResult - In case the pipeline activity fails, the log message that is generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.