| Package | Description |
|---|---|
| software.amazon.awssdk.utils |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMap.Builder |
AttributeMap.builder() |
<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(Map<? extends AttributeMap.Key<?>,?> attributes)
Adds all the attributes from the map provided.
|
AttributeMap.Builder |
AttributeMap.toBuilder() |
Copyright © 2021. All rights reserved.