| Package | Description |
|---|---|
| com.ibm.cos.v2.core.client.builder | |
| com.ibm.cos.v2.http.crt.internal | |
| com.ibm.cos.v2.utils |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeMap.Builder |
SdkDefaultClientBuilder.clientContextParams |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeMap.Builder |
AwsCrtClientBuilderBase.getAttributeMap() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMap.Builder |
AttributeMap.builder() |
AttributeMap.Builder |
AttributeMap.Builder.copy() |
<T> AttributeMap.Builder |
AttributeMap.Builder.put(AttributeMap.Key<T> key,
T value)
Add a mapping between the provided key and value.
|
AttributeMap.Builder |
AttributeMap.Builder.putAll(AttributeMap attributes)
Put all of the attributes from the provided map into this one.
|
AttributeMap.Builder |
AttributeMap.Builder.putAll(Map<? extends AttributeMap.Key<?>,?> attributes)
Adds all the attributes from the map provided.
|
<T> AttributeMap.Builder |
AttributeMap.Builder.putLazy(AttributeMap.Key<T> key,
AttributeMap.LazyValue<T> lazyValue)
Add a mapping between the provided key and value provider.
|
<T> AttributeMap.Builder |
AttributeMap.Builder.putLazyIfAbsent(AttributeMap.Key<T> key,
AttributeMap.LazyValue<T> lazyValue)
Equivalent to
#putLazy(Key, LazyValue), but does not assign the value if there is
already a non-null value assigned for the provided key. |
AttributeMap.Builder |
AttributeMap.toBuilder() |
Copyright © 2026. All rights reserved.