Interface SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>>

All Superinterfaces:
Buildable, SdkBuilder<T,SdkHttpClient>
All Known Subinterfaces:
ApacheHttpClient.Builder, AwsCrtHttpClient.Builder, UrlConnectionHttpClient.Builder
All Known Implementing Classes:
DefaultSdkHttpClientBuilder
Enclosing interface:
SdkHttpClient
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>> extends SdkBuilder<T,SdkHttpClient>
Interface for creating an SdkHttpClient with service specific defaults applied.
  • Method Details