Interface PipelineDestination.Builder

  • Method Details

    • serviceName

      PipelineDestination.Builder serviceName(String serviceName)

      The name of the service receiving data from the pipeline.

      Parameters:
      serviceName - The name of the service receiving data from the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpoint

      PipelineDestination.Builder endpoint(String endpoint)

      The endpoint receiving data from the pipeline.

      Parameters:
      endpoint - The endpoint receiving data from the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.