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.
|
default ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeKey(Consumer<AttributeKey.Builder> objectAttributeKey) |
The key of the attribute being updated.
|
ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeKey(AttributeKey objectAttributeKey) |
The key of the attribute being updated.
|
ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.toBuilder() |
|