We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0c987 commit 87bc5cbCopy full SHA for 87bc5cb
http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ApacheHttpClient.java
@@ -333,9 +333,10 @@ public String clientName() {
333
* client builder for more information on configuring the HTTP layer.
334
*
335
* <pre class="brush: java">
336
- * SdkHttpClient httpClient = SdkHttpClient.builder()
337
- * .socketTimeout(Duration.ofSeconds(10))
338
- * .build();
+ * SdkHttpClient httpClient =
+ * ApacheHttpClient.builder()
+ * .socketTimeout(Duration.ofSeconds(10))
339
+ * .build();
340
* </pre>
341
*/
342
public interface Builder extends SdkHttpClient.Builder<ApacheHttpClient.Builder> {
0 commit comments