Interface RunPipelineActivityResponse.Builder

    • Method Detail

      • payloads

        RunPipelineActivityResponse.Builder payloads​(Collection<SdkBytes> 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

        RunPipelineActivityResponse.Builder payloads​(SdkBytes... 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

        RunPipelineActivityResponse.Builder logResult​(String 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.