Class RequestPipelineBuilder<InputT,OutputT>

java.lang.Object
software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder<InputT,OutputT>
Type Parameters:
InputT - Currently configured input type to the RequestPipeline.
OutputT - Currently configured output type to the RequestPipeline.

@Immutable public final class RequestPipelineBuilder<InputT,OutputT> extends Object
Builder for a RequestPipeline.