| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.builder() |
default ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeAction(Consumer<ObjectAttributeAction.Builder> objectAttributeAction)
The action to perform as part of the attribute update.
|
ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeAction(ObjectAttributeAction objectAttributeAction)
The action to perform as part of the attribute update.
|
ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeKey(AttributeKey objectAttributeKey)
The key of the attribute being updated.
|
default ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeKey(Consumer<AttributeKey.Builder> objectAttributeKey)
The key of the attribute being updated.
|
ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectAttributeUpdate.Builder> |
ObjectAttributeUpdate.serializableBuilderClass() |
Copyright © 2022. All rights reserved.