public static final class SdkHttpExecutionAttributes.Builder extends Object implements CopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
| Modifier and Type | Method and Description |
|---|---|
SdkHttpExecutionAttributes |
build() |
<T> SdkHttpExecutionAttributes.Builder |
put(SdkHttpExecutionAttribute<T> key,
T value)
Add a mapping between the provided key and value.
|
SdkHttpExecutionAttributes.Builder |
putAll(Map<? extends SdkHttpExecutionAttribute<?>,?> attributes)
Adds all the attributes from the map provided.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyapplyMutationpublic <T> SdkHttpExecutionAttributes.Builder put(SdkHttpExecutionAttribute<T> key, T value)
public SdkHttpExecutionAttributes.Builder putAll(Map<? extends SdkHttpExecutionAttribute<?>,?> attributes)
public SdkHttpExecutionAttributes build()
build in interface Buildablebuild in interface SdkBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>Copyright © 2022. All rights reserved.