Interface RunPipelineActivityRequest.Builder

    • Method Detail

      • pipelineActivity

        RunPipelineActivityRequest.Builder pipelineActivity​(PipelineActivity pipelineActivity)

        The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.

        Parameters:
        pipelineActivity - The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payloads

        RunPipelineActivityRequest.Builder payloads​(Collection<SdkBytes> payloads)

        The sample message payloads on which the pipeline activity is run.

        Parameters:
        payloads - The sample message payloads on which the pipeline activity is run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payloads

        RunPipelineActivityRequest.Builder payloads​(SdkBytes... payloads)

        The sample message payloads on which the pipeline activity is run.

        Parameters:
        payloads - The sample message payloads on which the pipeline activity is run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.