@FunctionalInterface public static interface SdkHttpClient.Builder<T extends SdkHttpClient.Builder<T>> extends SdkBuilder<T,SdkHttpClient>
SdkHttpClient with service specific defaults applied.| Modifier and Type | Method and Description | 
|---|---|
| default SdkHttpClient | build()Create a  SdkHttpClientwith global defaults applied. | 
| SdkHttpClient | buildWithDefaults(AttributeMap serviceDefaults)Create an  SdkHttpClientwith service specific defaults and defaults fromDefaultsModeapplied. | 
applyMutationdefault SdkHttpClient build()
SdkHttpClient with global defaults applied. This is useful for reusing an HTTP client across multiple
 services.build in interface Buildablebuild in interface SdkBuilder<T extends SdkHttpClient.Builder<T>,SdkHttpClient>SdkHttpClient buildWithDefaults(AttributeMap serviceDefaults)
SdkHttpClient with service specific defaults and defaults from DefaultsMode applied.
 Applying service defaults is optional and some options may not be supported by a particular implementation.serviceDefaults - Service specific defaults. Keys will be one of the constants defined in
                        SdkHttpConfigurationOption.Copyright © 2023. All rights reserved.