Interface PipelineDestination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PipelineDestination.Builder,PipelineDestination>, SdkBuilder<PipelineDestination.Builder,PipelineDestination>, SdkPojo
Enclosing class:
PipelineDestination

public static interface PipelineDestination.Builder extends SdkPojo, CopyableBuilder<PipelineDestination.Builder,PipelineDestination>
  • 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.