| Package | Description |
|---|---|
| com.ibm.cos.v2.core.client.config | |
| com.ibm.cos.v2.utils |
| Modifier and Type | Method and Description |
|---|---|
<T> SdkClientConfiguration.Builder |
SdkClientConfiguration.Builder.lazyOption(ClientOption<T> option,
AttributeMap.LazyValue<T> lazyValue)
Add a mapping between the provided option and value provider.
|
<T> SdkClientConfiguration.Builder |
SdkClientConfiguration.Builder.lazyOptionIfAbsent(ClientOption<T> option,
AttributeMap.LazyValue<T> lazyValue)
Equivalent to
SdkClientConfiguration.Builder.lazyOption(ClientOption, AttributeMap.LazyValue), but does not assign the value if there is
already a non-null value assigned for the provided option. |
| Modifier and Type | Method and Description |
|---|---|
<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. |
Copyright © 2026. All rights reserved.